From b756f89e1d399146fd96c20152bd4efc8505bb62 Mon Sep 17 00:00:00 2001 From: Darren Stahl Date: Fri, 11 Mar 2016 14:48:52 -0800 Subject: [PATCH] Fixing flaky tests on Windows (again) Signed-off-by: Darren Stahl --- integration-cli/test_vars_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/test_vars_windows.go b/integration-cli/test_vars_windows.go index a88a6584f5..ff51f89bde 100644 --- a/integration-cli/test_vars_windows.go +++ b/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"}