mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-24 17:16:41 +00:00
test(palemoon): add 180 second timeout
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user