Skip to content

Commit 65bb84b

Browse files
committed
increased benchmark timeout to 30 to fit all benchmarks
1 parent ff0aaca commit 65bb84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ startsWith(github.repository, 'ClickHouse/') }}
2525
name: "Mininal JMH Benchmarks"
2626
runs-on: "ubuntu-latest"
27-
timeout-minutes: 20
27+
timeout-minutes: 30
2828
steps:
2929
- name: Check out Git repository
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)