test: mark common_timeout as retriable

Refs: https://github.com/libevent/libevent/pull/951#issuecomment-576711224
This commit is contained in:
Azat Khuzhin 2020-01-23 21:34:18 +03:00
parent ce8be2385b
commit f6d7992b05

View File

@ -3454,7 +3454,7 @@ struct testcase_t main_testcases[] = {
TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL }, TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL },
LEGACY(priorities, TT_FORK|TT_NEED_BASE), LEGACY(priorities, TT_FORK|TT_NEED_BASE),
BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE), BASIC(priority_active_inversion, TT_FORK|TT_NEED_BASE),
{ "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE, { "common_timeout", test_common_timeout, TT_FORK|TT_NEED_BASE|TT_RETRIABLE,
&basic_setup, NULL }, &basic_setup, NULL },
/* These legacy tests may not all need all of these flags. */ /* These legacy tests may not all need all of these flags. */