Increase test timeout in guardian

This commit is contained in:
DanB
2018-05-12 13:58:00 +02:00
parent 07a62f4ca3
commit 1e52492307

View File

@@ -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 {