From f948406d2a8c49d7eb3e0e6d78cd31671d193458 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 31 Jul 2025 12:29:38 +0000 Subject: [PATCH] test(palemoon): add 180 second timeout Signed-off-by: Xe Iaso --- test/palemoon/amd64/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/palemoon/amd64/test.sh b/test/palemoon/amd64/test.sh index dc093cc..44347e0 100755 --- a/test/palemoon/amd64/test.sh +++ b/test/palemoon/amd64/test.sh @@ -13,6 +13,11 @@ function capture_vnc_snapshots() { done } +function timeout() { + sleep 180 + exit 1 +} + source ../../lib/lib.sh if [ "$GITHUB_ACTIONS" = "true" ]; then