added extra sleep in test.

This commit is contained in:
Maria Carmina 2023-04-06 23:35:54 +03:00
parent c8a90a8b49
commit 3295380f09
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ describe('Simple Publish & consume test', async () => {
1,
setProviderFee
)
await sleep(3000)
console.log('orderTx: ', orderTx)
console.log('order tx id: ', orderTx.events.OrderStarted.returnValues)
console.log('provider fee: ', orderTx.events.ProviderFee.returnValues)