From 1388183bf1f6e34b9ecb0d1861168460ec373ad9 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Mon, 7 Feb 2022 20:53:03 -0500 Subject: [PATCH] TestE2EFullIntegration: reduce timeout This causes the test to timeout before concourse terminates the entire test run. --- test/integration/e2e_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/e2e_test.go b/test/integration/e2e_test.go index 65d687c6..6129f7af 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -50,7 +50,7 @@ import ( func TestE2EFullIntegration(t *testing.T) { env := testlib.IntegrationEnv(t) - ctx, cancelFunc := context.WithTimeout(context.Background(), 15*time.Minute) + ctx, cancelFunc := context.WithTimeout(context.Background(), 5*time.Minute) defer cancelFunc() // Build pinniped CLI.