Commit ea7f56c5 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

ci: Increase test timeout (#13067)

parent cff13619
...@@ -928,7 +928,7 @@ jobs: ...@@ -928,7 +928,7 @@ jobs:
--jsonfile=./tmp/testlogs/log.json \ --jsonfile=./tmp/testlogs/log.json \
--rerun-fails=2 \ --rerun-fails=2 \
--packages="$formatted_packages" \ --packages="$formatted_packages" \
-- -coverprofile=coverage.out -- -coverprofile=coverage.out -timeout=60m
- store_test_results: - store_test_results:
path: ./tmp/test-results path: ./tmp/test-results
- store_artifacts: - store_artifacts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment