diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 77552e87..3427b902 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Run tests - timeout-minutes: 5 + timeout-minutes: 30 run: | pytest tests/test_lace.py pytest tests/plot_mpg.py