[integration] fix ci: longer sleeps in test (#482)

This commit is contained in:
markspanbroek 2023-07-13 15:58:35 +02:00 committed by GitHub
parent 3879ec8e3a
commit a89938478a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ twonodessuite "Proving integration test", debug1=false, debug2=false:
break
else:
await advanceToNextPeriod()
await sleepAsync(100.milliseconds)
await sleepAsync(1.seconds)
check slotWasFreed
@ -186,7 +186,7 @@ multinodesuite "Simulate invalid proofs",
break
else:
await advanceToNextPeriod()
await sleepAsync(100.milliseconds)
await sleepAsync(1.seconds)
check slotWasFreed
@ -210,7 +210,7 @@ multinodesuite "Simulate invalid proofs",
break
else:
await advanceToNextPeriod()
await sleepAsync(100.milliseconds)
await sleepAsync(1.seconds)
check not slotWasFreed