mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 11:42:14 +00:00
Fix cacher test after bumping fakeBudget timeout to 2 seconds
This commit is contained in:
@@ -1081,7 +1081,7 @@ func TestDispatchEventWillNotBeBlockedByTimedOutWatcher(t *testing.T) {
|
|||||||
shouldContinue = false
|
shouldContinue = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case <-time.After(2 * time.Second):
|
case <-time.After(wait.ForeverTestTimeout):
|
||||||
shouldContinue = false
|
shouldContinue = false
|
||||||
w2.Stop()
|
w2.Stop()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user