Fixing flaky tests on Windows (again)

Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:
Darren Stahl 2016-03-11 14:48:52 -08:00
parent e2d245ad81
commit b756f89e1d
1 changed files with 1 additions and 1 deletions

View File

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