CC-4322: Prevent pypo-notify from hanging if server becomes unresponsive
-up timeout to 45 sec
This commit is contained in:
parent
796885594f
commit
f9dca67376
|
@ -11,4 +11,4 @@ SCRIPT=`readlink -f $0`
|
|||
SCRIPTPATH=`dirname $SCRIPT`
|
||||
|
||||
cd ${SCRIPTPATH}/../
|
||||
timeout 15 python pyponotify.py "$@"
|
||||
timeout 45 python pyponotify.py "$@"
|
||||
|
|
Loading…
Reference in New Issue