From 7c87d7447c19ba67c8b586a586ed0ff84576642d 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. (cherry picked from commit 1388183bf1f6e34b9ecb0d1861168460ec373ad9) --- 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 e3945df7..4b735dac 100644 --- a/test/integration/e2e_test.go +++ b/test/integration/e2e_test.go @@ -51,7 +51,7 @@ import ( func TestE2EFullIntegration(t *testing.T) { // nolint:gocyclo 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.