From ead76c0adca77a2e9420355c6b4b9fee613f60ad Mon Sep 17 00:00:00 2001 From: Dimitrios Siganos Date: Thu, 10 Feb 2022 15:10:19 +0000 Subject: [PATCH] Increase the timeout for unit tests in github (#3731) --- ci/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.sh b/ci/test.sh index f7226dce..e5e558f5 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -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}