Skip to content

Commit

Permalink
Reduce iteration count for Darwin test for now. (#7649)
Browse files Browse the repository at this point in the history
This is failing a lot more in the last few days due to thread
synchronization problems.  We are addressing those, but in the
meantime doing fewer iterations will make this less likely to fail on
random unrelated PRs.
  • Loading branch information
bzbarsky-apple authored Jun 15, 2021
1 parent af6812e commit 77b198f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ jobs:
- name: Run Test Suites
timeout-minutes: 5
run: |
scripts/tests/test_suites.sh
# Force 1 iteration for now until we sort out our threading issues.
scripts/tests/test_suites.sh 1
- name: Uploading core files
uses: actions/upload-artifact@v2
if: ${{ failure() }}
Expand Down

0 comments on commit 77b198f

Please sign in to comment.