Skip to content

Commit 18f4583

Browse files
authored
Change benchmark timeout to 120 minutes (#8358)
1 parent cbd7c71 commit 18f4583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
1717
container:
1818
image: ubuntu:26.04@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4
19-
timeout-minutes: 20 # since there is only a single bare metal runner across all repos
19+
timeout-minutes: 120 # since there is only a single bare metal runner across all repos
2020
steps:
2121
- name: Install Git
2222
run: |

0 commit comments

Comments
 (0)