Skip to content

Commit

Permalink
Reduce default iteration counts for the test_suites script to 2. (#8709)
Browse files Browse the repository at this point in the history
This should help with CI load and is probably also better for local
testing now that we have more tests and a single iteration takes a few
seconds instead of hundreds of ms.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 4, 2021
1 parent a000a17 commit 3873475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Run Tests
timeout-minutes: 10
run: |
ifconfig -a
scripts/tests/test_suites.sh
- name: Run TV Tests
timeout-minutes: 10
Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/test_suites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

set -e

declare -i iterations=20
declare -i iterations=2
declare -i background_pid=0
declare test_case_wrapper=()

Expand Down

0 comments on commit 3873475

Please sign in to comment.