1
0
Fork 0
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:
Jessica Frazelle 2014-10-22 15:51:14 -07:00
parent 25c32d3167
commit 93e17b2eca

View file

@ -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:
}