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 044bd19
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 @@ -57,7 +57,7 @@ examples/benchmarks/%-nassau: dummy

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

miri:
cargo miri test -p once
Expand Down

0 comments on commit 044bd19

Please sign in to comment.