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:
Jukka Rissanen 2016-09-22 09:26:02 +03:00
commit fb9af2523d

View file

@ -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.