From a89938478a1a0c58b48ff8ec3bddfd5c96b51522 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Thu, 13 Jul 2023 15:58:35 +0200 Subject: [PATCH] [integration] fix ci: longer sleeps in test (#482) --- tests/integration/testproofs.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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