Skip to content

Commit 81c33ec

Browse files
[PR #9991/7bbbd126 backport][3.11] Increase allowed benchmark run time to 7 minutes (#9995)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 25b49dc commit 81c33ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
needs: gen_llhttp
245245

246246
runs-on: ubuntu-latest
247-
timeout-minutes: 5
247+
timeout-minutes: 7
248248
steps:
249249
- name: Checkout project
250250
uses: actions/checkout@v4

0 commit comments

Comments
 (0)