Browse Source

CI: Extend frontend timeout 20m -> 30m (#42971)

Matt Gaunt-Seo @ Sentry.io 2 years ago
parent
commit
22bd29f023
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/acceptance.yml

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

@@ -49,7 +49,7 @@ jobs:
     # If you change the runs-on image, you must also change the runner in jest-balance.yml
     # so that the balancer runs in the same environment as the tests.
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 30
     strategy:
       # This helps not having to run multiple jobs because one fails, thus, reducing resource usage
       # and reducing the risk that one of many runs would turn red again (read: intermittent tests)