Просмотр исходного кода

fix(tests): Increase timeout for front end acceptance tests (#30915)

They are currently timing out on CI at 20 minutes.
Shruthi 3 лет назад
Родитель
Сommit
24c2a177ba
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/acceptance.yml

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

@@ -17,7 +17,7 @@ jobs:
   frontend:
     name: frontend tests
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 30
     strategy:
       matrix:
         # XXX: When updating this, make sure you also update CI_NODE_TOTAL.