Ver Fonte

testapocalypse

justheuristic há 4 anos atrás
pai
commit
40c2c88c35
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      .github/workflows/run-tests.yml

+ 3 - 1
.github/workflows/run-tests.yml

@@ -9,8 +9,10 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
+        attempt: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ]
         python-version: [ 3.7, 3.8, 3.9 ]
-    timeout-minutes: 10
+      fail-fast: false
+    timeout-minutes: 15
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python