Increase the timeout for unit tests in github (#3731)
This commit is contained in:
parent
f0bea17f4b
commit
ead76c0adc
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
build_dir=${1-${PWD}}
|
||||
if [[ ${TEST_USE_ROCKSDB-0} == 1 ]]; then
|
||||
TIMEOUT_DEFAULT=1440
|
||||
TIMEOUT_DEFAULT=1800
|
||||
else
|
||||
TIMEOUT_DEFAULT=720
|
||||
TIMEOUT_DEFAULT=900
|
||||
fi
|
||||
|
||||
BUSYBOX_BASH=${BUSYBOX_BASH-0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue