Browse Source

ci: Double test timeout (#24206)

Markus Unterwaditzer 4 years ago
parent
commit
6cc86de3dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/acceptance.yml

+ 2 - 2
.github/workflows/acceptance.yml

@@ -17,7 +17,7 @@ jobs:
   frontend:
     name: frontend tests
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 40
 
     env:
       VISUAL_HTML_ENABLE: 1
@@ -73,7 +73,7 @@ jobs:
   acceptance:
     name: acceptance
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 40
     strategy:
       matrix:
         instance: [0, 1, 2, 3]