瀏覽代碼

Increase test time limit

Aleksandr Borzunov 4 年之前
父節點
當前提交
27fbe2dcda
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/run-tests.yml

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

@@ -10,7 +10,7 @@ jobs:
     strategy:
       matrix:
         python-version: [ 3.7, 3.8, 3.9 ]
-    timeout-minutes: 10
+    timeout-minutes: 12
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python
@@ -60,12 +60,12 @@ jobs:
       - name: Test
         run: |
           cd tests
-          pytest -k "p2p" 
+          pytest -k "p2p"
 
   codecov_in_develop_mode:
 
     runs-on: ubuntu-latest
-    timeout-minutes: 10
+    timeout-minutes: 12
     steps:
       - uses: actions/checkout@v2
       - name: Set up Python