We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd7c71 commit 18f4583Copy full SHA for 18f4583
1 file changed
.github/workflows/benchmark.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: oracle-bare-metal-64cpu-1024gb-x86-64-ubuntu-24
17
container:
18
image: ubuntu:26.04@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4
19
- timeout-minutes: 20 # since there is only a single bare metal runner across all repos
+ timeout-minutes: 120 # since there is only a single bare metal runner across all repos
20
steps:
21
- name: Install Git
22
run: |
0 commit comments