Skip to content

Commit 87f5dda

Browse files
committed
build: increase timeouts for microbenchmark CI run groups
We've been hitting these limits due to some minor changes in the underlying benchmarks in these groups. This ups the limit so the job doesn't time out. Epic: None Release note: None
1 parent 9bfbb28 commit 87f5dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microbenchmarks-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pkg: ${{ env.PACKAGE }}
4848
run-group-1:
4949
runs-on: [self-hosted, ubuntu_2004_microbench]
50-
timeout-minutes: 60
50+
timeout-minutes: 90
5151
needs: [base, head]
5252
steps:
5353
- name: Checkout
@@ -60,7 +60,7 @@ jobs:
6060
group: 1
6161
run-group-2:
6262
runs-on: [self-hosted, ubuntu_2004_microbench]
63-
timeout-minutes: 60
63+
timeout-minutes: 90
6464
needs: [base, head]
6565
steps:
6666
- name: Checkout

0 commit comments

Comments
 (0)