justheuristic 4 éve
szülő
commit
58885c2164
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      .github/workflows/run-tests.yml

+ 2 - 2
.github/workflows/run-tests.yml

@@ -10,7 +10,7 @@ jobs:
     strategy:
     strategy:
       matrix:
       matrix:
         python-version: [ 3.7, 3.8, 3.9 ]
         python-version: [ 3.7, 3.8, 3.9 ]
-    timeout-minutes: 30
+    timeout-minutes: 10
     steps:
     steps:
       - uses: actions/checkout@v2
       - uses: actions/checkout@v2
       - name: Set up Python
       - name: Set up Python
@@ -33,7 +33,7 @@ jobs:
       - name: Test
       - name: Test
         run: |
         run: |
           cd tests
           cd tests
-          while true; do pytest -vvv --durations=0 --durations-min=1.0; done
+          pytest -vvv --durations=0 --durations-min=1.0
 
 
   build_and_test_p2pd:
   build_and_test_p2pd:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest