From 89e0895a2e85271c209fc3127e228730bf0d7eff Mon Sep 17 00:00:00 2001 From: igorborgest Date: Thu, 21 May 2020 12:58:55 -0300 Subject: [PATCH] Removing pytest timeout from GitHub actions. --- .github/workflows/moto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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