diff --git a/.circleci/config.yml b/.circleci/config.yml index ec6f543ab4..ecc4fb5a2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/scripts/ci/run_integration_tests.sh b/scripts/ci/run_integration_tests.sh index a6c67182a2..ee4492275e 100755 --- a/scripts/ci/run_integration_tests.sh +++ b/scripts/ci/run_integration_tests.sh @@ -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