Skip to content

Commit

Permalink
Add test timeouts (#2440)
Browse files Browse the repository at this point in the history
* Test timeouts

* Update .github/workflows/test.yml

Co-authored-by: Tanner <tannernelson@gmail.com>

Co-authored-by: Tanner <tannernelson@gmail.com>
  • Loading branch information
MrLotU and tanner0101 committed Jul 15, 2020
1 parent 867ce4a commit 662e355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Run tests with Thread Sanitizer
timeout-minutes: 10
run: swift test --enable-test-discovery --sanitize=thread
macOS:
runs-on: macos-latest
Expand Down

0 comments on commit 662e355

Please sign in to comment.