Remove timeout on test job

This commit is contained in:
Deirdre Connolly 2020-11-24 22:07:25 -05:00 committed by Deirdre Connolly
parent b9347e01e4
commit 5c465abed2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ jobs:
test:
name: Run all tests
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2