mirror of
https://github.com/docker/compose.git
synced 2025-04-07 19:55:07 +02:00
Slightly update timeout, failing on windows nodes (https://github.com/docker/api/runs/984443961). Didn’t want to make it too long either, avoid waiting 2 mins to see when it’s failing. We’ll update this again if we see it’s not enough.
This commit is contained in:
parent
c8dc0f1cf3
commit
a86854effd
@ -675,5 +675,5 @@ func waitForStatus(t *testing.T, c *E2eCLI, containerID string, status string) {
|
||||
return poll.Continue("Status %s != %s (expected) for container %s", containerInspect.Status, status, containerID)
|
||||
}
|
||||
|
||||
poll.WaitOn(t, checkStopped, poll.WithDelay(5*time.Second), poll.WithTimeout(60*time.Second))
|
||||
poll.WaitOn(t, checkStopped, poll.WithDelay(5*time.Second), poll.WithTimeout(90*time.Second))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user