Skip to content

Commit 778a3e2

Browse files
committed
Add timeout to avoid locking up CI infra
1 parent c4468cc commit 778a3e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/callgrind_benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
benchmark:
2424
name: run benchmarks
2525
runs-on: benchmarks-runner
26+
timeout-minutes: 20 # on a successful run, runs in 8 minutes
2627
container:
2728
image: rust:1.72
2829
options: --privileged

0 commit comments

Comments
 (0)