Skip to content

Commit f8bf931

Browse files
authored
chore: fix integration test dependency installation retries (#636)
1 parent 80c8c8a commit f8bf931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/cloud-profiler/system-test/integration_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd "system-test"
3232
# dependencies breaking this test.
3333
go version
3434
go mod init e2e
35-
retry go test -c -tags=integration .
35+
retry go test -c -tags=integration -timeout=30m -run=TestAgentIntegration .
3636

3737
if [ "$KOKORO_GITHUB_PULL_REQUEST_NUMBER" = "" ]; then
3838
./e2e.test -commit="$COMMIT" -branch="$BRANCH" -repo="$REPO"

0 commit comments

Comments
 (0)