Increase core test timeout to 20 minutes (#4085)
The tests are failing because of timeouts.
This commit is contained in:
parent
8ccee5d599
commit
9073a4fa0d
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
build_dir=${1-${PWD}}
|
build_dir=${1-${PWD}}
|
||||||
if [[ ${TEST_USE_ROCKSDB-0} == 1 ]]; then
|
if [[ ${TEST_USE_ROCKSDB-0} == 1 ]]; then
|
||||||
TIMEOUT_DEFAULT=1800
|
TIMEOUT_DEFAULT=2400
|
||||||
else
|
else
|
||||||
TIMEOUT_DEFAULT=900
|
TIMEOUT_DEFAULT=1200
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BUSYBOX_BASH=${BUSYBOX_BASH-0}
|
BUSYBOX_BASH=${BUSYBOX_BASH-0}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue