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