Add a timeout to the version checker script
This commit is contained in:
parent
95eea350fe
commit
ee92fac10e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ git reset --hard
|
|||
git pull
|
||||
|
||||
|
||||
timeout -k 600 ~/tint2/packaging/version_status.py > packaging.tmp.md
|
||||
timeout -k 10 600 ~/tint2/packaging/version_status.py > packaging.tmp.md
|
||||
cat packaging.tmp.md > packaging.md
|
||||
rm packaging.tmp.md
|
||||
|
||||
|
|
Loading…
Reference in a new issue