From 9993f1d881a7c7479faa157a0e8e133331fadf5d Mon Sep 17 00:00:00 2001 From: gmarek Date: Mon, 28 Dec 2015 12:39:36 +0100 Subject: [PATCH] Attempt to fix 'pod never started running' by increasing timeouts in integration tests --- cmd/integration/integration.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/integration/integration.go b/cmd/integration/integration.go index 5af5033036..a340a4f4f0 100644 --- a/cmd/integration/integration.go +++ b/cmd/integration/integration.go @@ -75,9 +75,9 @@ var ( // Limit the number of concurrent tests. maxConcurrency int - longTestTimeout = time.Second * 300 + longTestTimeout = time.Second * 500 - maxTestTimeout = time.Minute * 10 + maxTestTimeout = time.Minute * 15 ) type delegateHandler struct {