Fix cacher test after bumping fakeBudget timeout to 2 seconds
This commit is contained in:
parent
b4258ec138
commit
f62e61c28f
@ -1081,7 +1081,7 @@ func TestDispatchEventWillNotBeBlockedByTimedOutWatcher(t *testing.T) {
|
||||
shouldContinue = false
|
||||
}
|
||||
}
|
||||
case <-time.After(2 * time.Second):
|
||||
case <-time.After(wait.ForeverTestTimeout):
|
||||
shouldContinue = false
|
||||
w2.Stop()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user