diff --git a/.github/workflows/moto-test.yml b/.github/workflows/moto-test.yml index c39827790..6be757222 100644 --- a/.github/workflows/moto-test.yml +++ b/.github/workflows/moto-test.yml @@ -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