We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c8c8a commit f8bf931Copy full SHA for f8bf931
1 file changed
handwritten/cloud-profiler/system-test/integration_test.sh
@@ -32,7 +32,7 @@ cd "system-test"
32
# dependencies breaking this test.
33
go version
34
go mod init e2e
35
-retry go test -c -tags=integration .
+retry go test -c -tags=integration -timeout=30m -run=TestAgentIntegration .
36
37
if [ "$KOKORO_GITHUB_PULL_REQUEST_NUMBER" = "" ]; then
38
./e2e.test -commit="$COMMIT" -branch="$BRANCH" -repo="$REPO"
0 commit comments