Skip to content

Commit

Permalink
Merge pull request #110729 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-22.2-110667

release-22.2: build: give a longer timeout to column changes in RSG tests
  • Loading branch information
rafiss authored Sep 15, 2023
2 parents 2a0b4bb + 5a5c1e5 commit bd09c8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO_TEST_JSON_OUTPUT_FILE=/artifacts/test.json.txt
exit_status=0
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test --config=ci \
//pkg/sql/tests:tests_test \
--test_arg -rsg=5m --test_arg -rsg-routines=8 --test_arg -rsg-exec-timeout=1m \
--test_arg -rsg=5m --test_arg -rsg-routines=8 --test_arg -rsg-exec-timeout=1m --test_arg -rsg-exec-column-change-timeout=90s \
--test_timeout 3600 --test_filter 'TestRandomSyntax' \
--test_sharding_strategy=disabled \
--test_env=GO_TEST_JSON_OUTPUT_FILE=$GO_TEST_JSON_OUTPUT_FILE || exit_status=$?
Expand Down

0 comments on commit bd09c8c

Please sign in to comment.