mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 12:07:54 +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{},
|
done <-chan struct{},
|
||||||
) int {
|
) int {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
timeout := time.After(100 * time.Millisecond)
|
timeout := time.After(500 * time.Millisecond)
|
||||||
|
|
||||||
numTicks := 0
|
numTicks := 0
|
||||||
for {
|
for {
|
||||||
|
|||||||
Reference in New Issue
Block a user