Browse Source

Bump snuba timeout (#55507)

Matt Gaunt-Seo @ Sentry.io 1 year ago
parent
commit
ab966a458a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/backend.yml

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

@@ -330,7 +330,7 @@ jobs:
     needs: files-changed
     name: snuba test
     runs-on: ubuntu-20.04
-    timeout-minutes: 30
+    timeout-minutes: 45
     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)