Browse Source

Merge pull request #21140 from Microsoft/FlakyTestFix

Fixing flaky tests on Windows (again)
Arnaud Porterie 9 years ago
parent
commit
77f501a0c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration-cli/test_vars_windows.go

+ 1 - 1
integration-cli/test_vars_windows.go

@@ -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"}