Increase thread test timeout to check if this caused the failing tests on travis win32
Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
aa5236dea4
commit
cbc6dc5aa0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue