mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-11 17:17:01 +02:00
Bump timeout for gauge testing to 500 ms from 100 ms. (#13836)
This commit is contained in:
parent
935b12a1f9
commit
a022d0510e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user