mirror of
https://github.com/moby/moby.git
synced 2026-01-06 07:21:23 +03:00
Merge pull request #8735 from estesp/fix-test-timeout-on-drone
Up test timeout to 10s based on recent drone.io timeout failures
This commit is contained in:
@@ -2266,7 +2266,7 @@ func TestRunRedirectStdout(t *testing.T) {
|
||||
}()
|
||||
|
||||
select {
|
||||
case <-time.After(2 * time.Second):
|
||||
case <-time.After(10 * time.Second):
|
||||
t.Fatal("command timeout")
|
||||
case <-ch:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user