mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Wait longer in TestWatchControllers
10ms is too slow for travis
This commit is contained in:
parent
bac4689942
commit
bfb6b05311
@ -409,7 +409,7 @@ func TestWatchControllers(t *testing.T) {
|
|||||||
|
|
||||||
select {
|
select {
|
||||||
case <-received:
|
case <-received:
|
||||||
case <-time.After(10 * time.Millisecond):
|
case <-time.After(100 * time.Millisecond):
|
||||||
t.Errorf("Expected 1 call but got 0")
|
t.Errorf("Expected 1 call but got 0")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user