Skip to content

Commit

Permalink
Removing pytest timeout from GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed May 21, 2020
1 parent 5227f4a commit 89e0895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moto-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Setup Environment
run: ./requirements.sh
- name: Run moto tests (Minimal tests)
run: pytest --timeout=10 testing/test_awswrangler/test_moto.py
run: pytest testing/test_awswrangler/test_moto.py

0 comments on commit 89e0895

Please sign in to comment.