mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-12 01:27: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{},
|
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user