1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

integration-cli/TestSlowStdinClosing: increase timeout
This commit is contained in:
Sebastiaan van Stijn 2018-03-14 12:06:32 +01:00 committed by GitHub
commit 592a15b7a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)