Skip to content

Commit

Permalink
ci: Increase test timeout (#13067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper authored Nov 25, 2024
1 parent cff1361 commit ea7f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ jobs:
--jsonfile=./tmp/testlogs/log.json \
--rerun-fails=2 \
--packages="$formatted_packages" \
-- -coverprofile=coverage.out
-- -coverprofile=coverage.out -timeout=60m
- store_test_results:
path: ./tmp/test-results
- store_artifacts:
Expand Down

0 comments on commit ea7f56c

Please sign in to comment.