mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +00:00
Bump timeout for gauge testing to 500 ms from 100 ms. (#13836)
This commit is contained in:
@@ -332,7 +332,7 @@ func waitForDone(t *testing.T,
|
||||
done <-chan struct{},
|
||||
) int {
|
||||
t.Helper()
|
||||
timeout := time.After(100 * time.Millisecond)
|
||||
timeout := time.After(500 * time.Millisecond)
|
||||
|
||||
numTicks := 0
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user