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:
parent
a024cf7005
commit
8b6821625d
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=2400
|
||||
TIMEOUT_DEFAULT=3600
|
||||
else
|
||||
TIMEOUT_DEFAULT=1200
|
||||
TIMEOUT_DEFAULT=1800
|
||||
fi
|
||||
|
||||
BUSYBOX_BASH=${BUSYBOX_BASH-0}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue