net: tests: Increase the timeout of trickle tests
One second timeout seems to be too short as some test runs fail when run in Jenkins. Change-Id: Ifb01929148415961712468e3cc85387aac5eb2bb Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
dd7b967f2d
commit
fb9af2523d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static struct nano_sem wait;
|
|||
static bool cb_called;
|
||||
static bool test_failed;
|
||||
|
||||
#define WAIT_TIME (sys_clock_ticks_per_sec)
|
||||
#define WAIT_TIME (sys_clock_ticks_per_sec * 2)
|
||||
|
||||
/* Set CHECK_LONG_TIMEOUT to 1 if you want to check longer timeout.
|
||||
* Do not do this for automated tests as those need to finish asap.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue