scripts: timeout can be too short, increase

This commit is contained in:
Franco Fichtner 2017-01-13 15:53:18 +01:00
parent 2fa35c847c
commit 1ccf0e4a58

View file

@ -3,7 +3,7 @@
PUBKEY=${1}
PRIVKEY=${2}
read -t 2 SUM
read -t 30 SUM
[ -z "${SUM}" ] && exit 1
echo SIGNATURE
echo -n ${SUM} | openssl dgst -sign ${PRIVKEY} -sha256 -binary