mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
Increase test timeout in guardian
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user