mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Merge pull request #5851 from smarterclayton/support_input_streams
Support input streams being returned by the APIserver
This commit is contained in:
@@ -366,7 +366,7 @@ func TestWatchControllers(t *testing.T) {
|
||||
|
||||
select {
|
||||
case <-received:
|
||||
case <-time.After(10 * time.Millisecond):
|
||||
case <-time.After(100 * time.Millisecond):
|
||||
t.Errorf("Expected 1 call but got 0")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user