Compare commits

...

1 Commits

Author SHA1 Message Date
Eryu Xia 8b15d28a16 [export] Currently, the test is still consistently timing out (after increasing the job count from 4 -> 8).
----
DO NOT SUBMIT. This PR is for testing purposes only. [cl/633352477](http://cl/633352477)

PiperOrigin-RevId: 633352477
2024-05-13 15:43:04 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ action {
env_vars {
key: "RUN_TESTS_FLAGS"
value: "-f basictests macos corelang --internal_ci -j 4 --inner_jobs 8 --bq_result_table aggregate_results"
value: "-f basictests macos corelang --internal_ci -j 4 --inner_jobs 16 --bq_result_table aggregate_results"
}