Increase core test timeout to 20 minutes (#4085)

The tests are failing because of timeouts.
This commit is contained in:
Dimitrios Siganos 2023-01-27 12:23:47 +00:00 committed by GitHub
commit 9073a4fa0d
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=1800
TIMEOUT_DEFAULT=2400
else
TIMEOUT_DEFAULT=900
TIMEOUT_DEFAULT=1200
fi
BUSYBOX_BASH=${BUSYBOX_BASH-0}