test(palemoon): add 180 second timeout

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-31 12:29:38 +00:00
parent 8d1c80c244
commit f948406d2a
No known key found for this signature in database

View File

@ -13,6 +13,11 @@ function capture_vnc_snapshots() {
done
}
function timeout() {
sleep 180
exit 1
}
source ../../lib/lib.sh
if [ "$GITHUB_ACTIONS" = "true" ]; then