mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00: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:
@@ -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