mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
up timeout duration
This commit is contained in:
parent
653c5bf932
commit
5bfebea4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ if [ ! -d "${SPARK_HOME}" ]; then
|
|||
PATHINFO=$(echo "${MIRROR_INFO}" | grep path_info | sed 's/[^"]*.path_info.: .\([^"]*\).*/\1/g')
|
||||
|
||||
STARTTIME=`date +%s`
|
||||
timeout -s KILL 300 wget -q "${PREFFERED}${PATHINFO}"
|
||||
timeout -s KILL 590 wget -q "${PREFFERED}${PATHINFO}"
|
||||
ENDTIME=`date +%s`
|
||||
DOWNLOADTIME=$((ENDTIME-STARTTIME))
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue