diff --git a/tests/integration/testproofs.nim b/tests/integration/testproofs.nim index dcbe311e..66924ea0 100644 --- a/tests/integration/testproofs.nim +++ b/tests/integration/testproofs.nim @@ -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