Skip to content

Commit 530dcad

Browse files
committed
Increase timeout for tests
1 parent 6484126 commit 530dcad

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gcomm/test/check_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ Suite* util_suite()
218218

219219
tc = tcase_create("test_view_state");
220220
tcase_add_test(tc, test_view_state);
221+
tcase_set_timeout(tc, 60);
221222
suite_add_tcase(s, tc);
222223

223224
tc = tcase_create("test_set_intersection_irreflexive_assertion");

scripts/packages/galera-4.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ and you are welcome to modify and redistribute it under the GPLv2 license.
145145

146146
%check
147147
%ctest_exe --output-on-failure --force-new-ctest-process \
148-
--timeout 120 --test-dir build
148+
--timeout 240 --test-dir build
149149

150150
%install
151151
RBR=%{buildroot}

scripts/packages/rpm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cpack --config CPackSourceConfig.cmake -D CPACK_PACKAGE_VERSION=$1 -G TGZ
2727
mv galera-4-$1.tar.gz $RPM_TOP_DIR/SOURCES/
2828
popd > /dev/null
2929

30-
export CK_TIMEOUT_MULTIPLIER=5
30+
export CK_TIMEOUT_MULTIPLIER=7
3131

3232
GALERA_SPEC=$SCRIPT_ROOT/galera-4.spec
3333

0 commit comments

Comments
 (0)