diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-31 11:39:39 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-05-31 11:39:39 +0200 |
commit | f8903f493f561f0cc027887ea71502e26861639e (patch) | |
tree | 2feea4136f9a3a6404b3d879c6bdc9485d7badc0 /.ci | |
parent | Try travis_wait alternative (diff) | |
download | nheko-f8903f493f561f0cc027887ea71502e26861639e.tar.xz |
Extend timeout
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index 0aa56d50..32de9465 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -10,7 +10,7 @@ if [ "$FLATPAK" ]; then # to prevent flatpak builder from timing out on arm, run it in the background and print something every minute for up to 30 minutes. minutes=0 - limit=30 + limit=40 while kill -0 $! >/dev/null 2>&1; do if [ $minutes == $limit ]; then break; |