TestE2EFullIntegration: reduce timeout

This causes the test to timeout before concourse terminates the entire test run.
This commit is contained in:
Mo Khan 2022-02-07 20:53:03 -05:00 committed by GitHub
parent 0431a072ae
commit 1388183bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.