From cbc6dc5aa03ca42beaa65defe2da3045f96c142a Mon Sep 17 00:00:00 2001 From: Dennis Potman Date: Mon, 14 Oct 2019 09:11:14 +0200 Subject: [PATCH] Increase thread test timeout to check if this caused the failing tests on travis win32 Signed-off-by: Dennis Potman --- src/ddsrt/tests/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ddsrt/tests/thread.c b/src/ddsrt/tests/thread.c index a217ac6..c3fb876 100644 --- a/src/ddsrt/tests/thread.c +++ b/src/ddsrt/tests/thread.c @@ -115,7 +115,7 @@ CU_TheoryDataPoints(ddsrt_thread, create_and_join) = { 30303, 40404) }; -CU_Theory((ddsrt_sched_t sched, int32_t *prio, uint32_t exp), ddsrt_thread, create_and_join) +CU_Theory((ddsrt_sched_t sched, int32_t *prio, uint32_t exp), ddsrt_thread, create_and_join, .timeout=60) { int skip = 0; uint32_t res = 50505;