mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 17:59:24 -04:00
test(palemoon): add 180 second timeout
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
8d1c80c244
commit
f948406d2a
@ -13,6 +13,11 @@ function capture_vnc_snapshots() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function timeout() {
|
||||||
|
sleep 180
|
||||||
|
exit 1
|
||||||
|
}
|
||||||
|
|
||||||
source ../../lib/lib.sh
|
source ../../lib/lib.sh
|
||||||
|
|
||||||
if [ "$GITHUB_ACTIONS" = "true" ]; then
|
if [ "$GITHUB_ACTIONS" = "true" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user