mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
TestRunRedirectStdout kept failing with timed out.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
25c32d3167
commit
93e17b2eca
1 changed files with 1 additions and 1 deletions
|
@ -2266,7 +2266,7 @@ func TestRunRedirectStdout(t *testing.T) {
|
|||
}()
|
||||
|
||||
select {
|
||||
case <-time.After(time.Second):
|
||||
case <-time.After(2 * time.Second):
|
||||
t.Fatal("command timeout")
|
||||
case <-ch:
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue