Explorar el Código

increase timeout

Steven Silvester hace 4 años
padre
commit
ec34872662
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/linuxtests.yml

+ 1 - 1
.github/workflows/linuxtests.yml

@@ -17,7 +17,7 @@ jobs:
           - group: docs
             python: 3.5
       fail-fast: false
-    timeout-minutes: 90
+    timeout-minutes: 120
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2