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
1 changed files with 1 additions and 1 deletions

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