File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff 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, 1200 );
221222 suite_add_tcase (s, tc);
222223
223224 tc = tcase_create (" test_set_intersection_irreflexive_assertion" );
Original file line number Diff line number Diff line change @@ -292,13 +292,14 @@ Suite *gcs_memb_suite(void)
292292 suite_add_tcase (suite, tcase);
293293 tcase_add_test (tcase, gcs_memb_test_465);
294294 tcase_add_test (tcase, gcs_memb_test_465E);
295- tcase_set_timeout (tcase, 30 );
295+ tcase_set_timeout (tcase, 1200 );
296296
297297 tcase = tcase_create (" membership_service" );
298298 suite_add_tcase (suite, tcase);
299299 tcase_add_test (tcase, gcs_membership_service_test);
300300 tcase_add_test (tcase, gcs_membership_service_testE);
301301 tcase_add_test (tcase, gcs_membership_service_v2_testE);
302+ tcase_set_timeout (tcase, 1200 );
302303
303304 return suite;
304305}
Original file line number Diff line number Diff 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 1200 --test-dir build
149149
150150%install
151151RBR=%{buildroot }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cpack --config CPackSourceConfig.cmake -D CPACK_PACKAGE_VERSION=$1 -G TGZ
2727mv galera-4-$1 .tar.gz $RPM_TOP_DIR /SOURCES/
2828popd > /dev/null
2929
30- export CK_TIMEOUT_MULTIPLIER=5
30+ export CK_TIMEOUT_MULTIPLIER=7
3131
3232GALERA_SPEC=$SCRIPT_ROOT /galera-4.spec
3333
You can’t perform that action at this time.
0 commit comments