mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-26 01:44:17 +00:00
TestE2EFullIntegration: reduce timeout
This causes the test to timeout before concourse terminates the entire test run.
(cherry picked from commit 1388183bf1)
This commit is contained in:
@@ -51,7 +51,7 @@ import (
|
|||||||
func TestE2EFullIntegration(t *testing.T) { // nolint:gocyclo
|
func TestE2EFullIntegration(t *testing.T) { // nolint:gocyclo
|
||||||
env := testlib.IntegrationEnv(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()
|
defer cancelFunc()
|
||||||
|
|
||||||
// Build pinniped CLI.
|
// Build pinniped CLI.
|
||||||
|
|||||||
Reference in New Issue
Block a user