Skip to content

Commit

Permalink
40 minutes temporarily for benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Sep 20, 2024
1 parent e2db408 commit 2a946fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Calculate timeout
id: timeout
run: |
echo "timeout=$(( ${{ steps.repeats.outputs.repeats }} * 20 ))" >> "$GITHUB_OUTPUT"
echo "timeout=$(( ${{ steps.repeats.outputs.repeats }} * 40 ))" >> "$GITHUB_OUTPUT"
build:
name: Benchmarks
Expand Down

0 comments on commit 2a946fe

Please sign in to comment.