Browse Source

increase timeout

Steven Silvester 4 years ago
parent
commit
ec34872662
1 changed files with 1 additions and 1 deletions
  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