diff --git a/ci/test.sh b/ci/test.sh index 1982c126f2..2495955552 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -2,9 +2,9 @@ build_dir=${1-${PWD}} if [[ ${TEST_USE_ROCKSDB-0} == 1 ]]; then - TIMEOUT_DEFAULT=720 + TIMEOUT_DEFAULT=1440 else - TIMEOUT_DEFAULT=360 + TIMEOUT_DEFAULT=720 fi BUSYBOX_BASH=${BUSYBOX_BASH-0}