Skip to content

Commit

Permalink
chore(ci): increase bench timeout to 6h
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Oct 6, 2024
1 parent 628f965 commit 283b533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run benchmark
run: |
go test -benchmem -bench=. ./... -run=^$ \
-cpu 1,2 -timeout 50m | tee benchmarks.txt
-cpu 1,2 -timeout 300m | tee benchmarks.txt
- name: Download previous benchmark data
uses: actions/cache@v4
Expand Down

0 comments on commit 283b533

Please sign in to comment.