From fe3a65f3a8eab18d24fd469468ffb9a8c8a3f3dc Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 4 Aug 2022 16:57:21 +0200 Subject: [PATCH] fix(test): wait 8s before checking downtime is active in rest api v1 test (#11498) (#11505) Refs: MON-14585 --- tests/rest_api/realtime_rest_api.postman_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest_api/realtime_rest_api.postman_collection.json b/tests/rest_api/realtime_rest_api.postman_collection.json index 8fba214f8c0..463b33dcf0f 100644 --- a/tests/rest_api/realtime_rest_api.postman_collection.json +++ b/tests/rest_api/realtime_rest_api.postman_collection.json @@ -6730,7 +6730,7 @@ " while(curDate-date < millis);", "}", "", - "wait(5000);" + "wait(8000);" ] } },