Increase the timeout for unit tests in github (#3731)

This commit is contained in:
Dimitrios Siganos 2022-02-10 15:10:19 +00:00 committed by GitHub
commit ead76c0adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}