diff mbox series

[v2,5/5] validation: scheduler: increase wait tolerance timeout to 150 msec

Message ID 1536145206-9205-6-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v2,1/5] validation: time: fix c&p error | expand

Commit Message

Github ODP bot Sept. 5, 2018, 11 a.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 694 (lumag:timer)
 ** https://github.com/Linaro/odp/pull/694
 ** Patch: https://github.com/Linaro/odp/pull/694.patch
 ** Base sha: 0a5d67beda902557056d5b5146d8cbe86e5001b0
 ** Merge commit sha: dc2fc3943e99a8bb113f9e34a27d9bf1b521ed5b
 **/
 test/validation/api/scheduler/scheduler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 {