TestRunRedirectStdout kept failing with timed out.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle) Upstream-commit: 93e17b2ecadc4a409fc55b1460bc2721a4345716 Component: engine
This commit is contained in:
@ -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:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user