Skip to content

Commit

Permalink
fix: e2e test timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique Spanoudis Matulis <[email protected]>
  • Loading branch information
hsmatulisgoogle committed Feb 12, 2025
1 parent 78bd39c commit c9a619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/kind-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ connect_registry
echo ">>> executing gmp e2e tests: ${GO_TEST}"
# Note: a test failure here should exit non-zero and leave the cluster running
# for debugging.
go test -v -timeout 10m "${REPO_ROOT}/e2e" -run "${GO_TEST:-.}" -args ${TEST_ARGS}
go test -v -timeout 30m "${REPO_ROOT}/e2e" -run "${GO_TEST:-.}" -args ${TEST_ARGS}

# Delete cluster if it's not set to clean up post-test.
# Otherwise, leave cluster running (e.g. for debugging).
Expand Down

0 comments on commit c9a619d

Please sign in to comment.