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:
Jessica Frazelle
2014-10-22 15:51:14 -07:00
parent 1e4822a1da
commit cd84666875

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