Merge pull request #36571 from kolyshkin/t-win-fail

integration-cli/TestSlowStdinClosing: increase timeout
Upstream-commit: 592a15b7a9a52529429cb81cee0c14983cb1cd95
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2018-03-14 12:06:32 +01:00
committed by GitHub

View File

@ -4357,7 +4357,7 @@ func (s *DockerSuite) TestSlowStdinClosing(c *check.C) {
}()
select {
case <-time.After(15 * time.Second):
case <-time.After(30 * time.Second):
c.Fatal("running container timed out") // cleanup in teardown
case err := <-done:
c.Assert(err, checker.IsNil)