From 1e52492307282efb80441372b408385c84b1024b Mon Sep 17 00:00:00 2001 From: DanB Date: Sat, 12 May 2018 13:58:00 +0200 Subject: [PATCH] Increase test timeout in guardian --- guardian/guardian_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guardian/guardian_test.go b/guardian/guardian_test.go index 093267d00..1fc5edc0a 100644 --- a/guardian/guardian_test.go +++ b/guardian/guardian_test.go @@ -142,7 +142,7 @@ func TestGuardianGuardIDs(t *testing.T) { } Guardian.Unlock() - time.Sleep(lockDur + secLockDur + time.Millisecond) // give time to unlock before proceeding + time.Sleep(lockDur + secLockDur + 10*time.Millisecond) // give time to unlock before proceeding // make sure all counters were removed for _, lockID := range lockIDs {