From 5d8f7cdd11312cd0211523a4286e8900bc5bf424 Mon Sep 17 00:00:00 2001 From: Shakker Nerd Date: Sat, 14 Dec 2024 13:29:29 +0000 Subject: [PATCH] chore: increase timeout to 3mins --- scripts/smokeTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smokeTests.sh b/scripts/smokeTests.sh index 5f1c29e8eb..70ec133d39 100755 --- a/scripts/smokeTests.sh +++ b/scripts/smokeTests.sh @@ -46,7 +46,7 @@ trap 'rm -f "$OUTFILE"' EXIT echo "Using temporary output file: $OUTFILE" # Add timeout configuration -TIMEOUT=300 # Represent 30 seconds as 300 tenths of a second +TIMEOUT=1800 # 3 minutes represented as 1800 tenths of a second INTERVAL=5 # Represent 0.5 seconds as 5 tenths of a second TIMER=0