From 71fb1ba8e502baaa7161065bb5c78b10edb8110a Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:03:00 +1300 Subject: [PATCH] Longer CI tests --- test_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_ci.sh b/test_ci.sh index f5fa6a4..73420b8 100755 --- a/test_ci.sh +++ b/test_ci.sh @@ -5,4 +5,4 @@ cd $SCRIPT_DIR TOOLPROOF=$(realpath "$SCRIPT_DIR/target/$1/toolproof") -cargo run --release -- --placeholders toolproof_path="$TOOLPROOF" -c 1 +cargo run --release -- --placeholders toolproof_path="$TOOLPROOF" -c 1 --timeout 60