Skip to content

Commit

Permalink
ci: increase no_output_timeout to 30m for integration job
Browse files Browse the repository at this point in the history
If an integration test is failing, retries can bring the no_output_time
  • Loading branch information
gregmagolan authored and alexeagle committed Apr 9, 2020
1 parent 2822a8c commit 6895ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

- run:
command: ./scripts/ci/run_integration_tests.sh ${CIRCLE_NODE_INDEX} ${CIRCLE_NODE_TOTAL}
no_output_timeout: 10m
no_output_timeout: 30m

test_integration_manual:
<<: *job_defaults
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ done
echo "Shard index ${SHARD_INDEX} of ${MAX_SHARDS} shards"
echo "Targets: ${SHARD_TARGETS[@]:-}"
echo
bazel test --local_ram_resources=792 --test_arg=--local_ram_resources=13312 --test_arg=--local_cpu_resources=7 ${SHARD_TARGETS[@]:-}
bazel test --local_ram_resources=792 --test_arg=--local_ram_resources=13312 --test_arg=--local_cpu_resources=7 ${SHARD_TARGETS[@]:-} --test_output=streamed

0 comments on commit 6895ac0

Please sign in to comment.