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

ref: expand timeouts (#40653)

right now timeouts are within ~5% of expected meaning a small change in
runner performance can waste a lot of dev time




<!-- Describe your PR here. -->
anthony sottile 2 лет назад
Родитель
Сommit
b57d8b1109
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/backend.yml

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

@@ -67,7 +67,7 @@ jobs:
     needs: files-changed
     name: backend test
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 40
     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)
@@ -112,7 +112,7 @@ jobs:
     needs: files-changed
     name: backend test (snuba contains metrics tag values)
     runs-on: ubuntu-20.04
-    timeout-minutes: 20
+    timeout-minutes: 40
     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)