mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #21140 from Microsoft/FlakyTestFix
Fixing flaky tests on Windows (again)
This commit is contained in:
commit
77f501a0c6
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ const (
|
|||
)
|
||||
|
||||
// TODO Windows: In TP5, decrease this sleep time, as performance will be better
|
||||
var defaultSleepCommand = []string{"sleep", "120"}
|
||||
var defaultSleepCommand = []string{"sleep", "240"}
|
||||
|
|
Loading…
Reference in a new issue