mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +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
|
||||
}
|
||||
|
||||
function timeout() {
|
||||
sleep 180
|
||||
exit 1
|
||||
}
|
||||
|
||||
source ../../lib/lib.sh
|
||||
|
||||
if [ "$GITHUB_ACTIONS" = "true" ]; then
|
||||
|
||||
Reference in New Issue
Block a user