CC-4322: Prevent pypo-notify from hanging if server becomes unresponsive

-up timeout to 45 sec
This commit is contained in:
Martin Konecny 2012-08-30 15:58:05 -04:00
parent 796885594f
commit f9dca67376
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ SCRIPT=`readlink -f $0`
SCRIPTPATH=`dirname $SCRIPT`
cd ${SCRIPTPATH}/../
timeout 15 python pyponotify.py "$@"
timeout 45 python pyponotify.py "$@"