Skip to content

Commit

Permalink
Add CI timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBF committed Nov 25, 2023
1 parent 8075e0a commit 34c73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ examples/benchmarks/%-nassau-fixed: dummy


examples/benchmarks/%: dummy
(head -n 1 $@ && bash -c "echo '' | cargo run --example $$(head -n 1 $@)") | diff --color $@ -
(head -n 1 $@ && timeout 30 bash -c "echo '' | cargo run --example $$(head -n 1 $@)" || echo "Timed out") | diff --color $@ -

examples/benchmarks/%-nassau: dummy
(head -n 1 $@ && bash -c "echo '' | cargo run --features nassau --example $$(head -n 1 $@)") | diff --color $@ -
Expand Down

0 comments on commit 34c73c3

Please sign in to comment.