Increase test sleep time

This commit is contained in:
Jamie Hewitt 2023-03-29 22:48:07 -04:00
parent 10e9834676
commit af474fae81
1 changed files with 13 additions and 2 deletions

View File

@ -643,11 +643,22 @@ describe('veOcean tests', async () => {
assert(tx3, 'Transaction failed')
assert(tx3.events.DelegateBoost, 'No Delegate boost event')
sleep(2000)
sleep(4000)
const delegateQuery = {
query: `query {
veDelegations{
id
id,
delegator {
id
},
receiver {
id
},
tokenId,
amount,
amountFraction,
cancelTime,
expireTime
}
}`
}