Skip to content

Commit

Permalink
update timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfazakas committed May 1, 2024
1 parent 5d3043a commit 911d39b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/integration/PublishFlows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,10 @@ describe('Publish tests', async () => {
)
})

delay(10000)
delay(19000)

it('should resolve the fixed price dataset', async () => {
console.log('fixedPricedDID ', fixedPricedDID)
const resolvedDDO = await aquarius.waitForAqua(fixedPricedDID)
assert(resolvedDDO, 'Cannot fetch DDO from Aquarius')
})
Expand Down Expand Up @@ -289,9 +290,10 @@ describe('Publish tests', async () => {
)
})

delay(10000)
delay(19000)

it('should resolve the free dataset', async () => {
console.log('dispenserDID ', dispenserDID)
const resolvedDDO = await aquarius.waitForAqua(dispenserDID)
assert(resolvedDDO, 'Cannot fetch DDO from Aquarius')
})
Expand Down

0 comments on commit 911d39b

Please sign in to comment.