Increase core test timeout to half an hour (#4115)

Core test often timeout on CI, 20 minutes does not seem enough anymore.
This commit is contained in:
Dimitrios Siganos 2023-02-09 11:05:17 +00:00 committed by GitHub
commit 8b6821625d
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=2400
TIMEOUT_DEFAULT=3600
else
TIMEOUT_DEFAULT=1200
TIMEOUT_DEFAULT=1800
fi
BUSYBOX_BASH=${BUSYBOX_BASH-0}