aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2018-09-05 13:19:43 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-09-12 17:04:06 +0300
commit0b9a1a2e8334581126d4ece3fb4f9e019d88da0d (patch)
tree8d35c48cbeaf2199d895801705added13da7ca59 /test
parent3c935f73096826f1ad837ef42ed377bbdffbdb4c (diff)
validation: scheduler: increase wait tolerance timeout to 150 msec
Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'test')
-rw-r--r--test/validation/api/scheduler/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/validation/api/scheduler/scheduler.c b/test/validation/api/scheduler/scheduler.c
index 069220393..0e7e6c578 100644
--- a/test/validation/api/scheduler/scheduler.c
+++ b/test/validation/api/scheduler/scheduler.c
@@ -47,7 +47,7 @@
#define CHAOS_PTR_TO_NDX(p) ((uint64_t)(uint32_t)(uintptr_t)p)
#define CHAOS_NDX_TO_PTR(n) ((void *)(uintptr_t)n)
-#define ODP_WAIT_TOLERANCE (60 * ODP_TIME_MSEC_IN_NS)
+#define ODP_WAIT_TOLERANCE (150 * ODP_TIME_MSEC_IN_NS)
/* Test global variables */
typedef struct {