From f6d7992b05ff4bfe68fd23301701d2b920534e0d Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 23 Jan 2020 21:34:18 +0300 Subject: [PATCH] test: mark common_timeout as retriable Refs: https://github.com/libevent/libevent/pull/951#issuecomment-576711224 --- test/regress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regress.c b/test/regress.c index dce58d5d..cf5060c0 100644 --- a/test/regress.c +++ b/test/regress.c @@ -3454,7 +3454,7 @@ struct testcase_t main_testcases[] = { TT_FORK|TT_NEED_BASE|TT_RETRIABLE, &basic_setup, NULL }, LEGACY(priorities, 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 }, /* These legacy tests may not all need all of these flags. */