Commit bfb6b053 authored by Clayton Coleman's avatar Clayton Coleman

Wait longer in TestWatchControllers

10ms is too slow for travis
parent bac46899
...@@ -409,7 +409,7 @@ func TestWatchControllers(t *testing.T) { ...@@ -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")
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment