mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Extend timeout
This commit is contained in:
parent
95f29a3d19
commit
f8903f493f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
# 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
|
minutes=0
|
||||||
limit=30
|
limit=40
|
||||||
while kill -0 $! >/dev/null 2>&1; do
|
while kill -0 $! >/dev/null 2>&1; do
|
||||||
if [ $minutes == $limit ]; then
|
if [ $minutes == $limit ]; then
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue