From ea0ec1bc960a47c43d2e5d82ada654d2c5e48cf0 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Thu, 25 Apr 2024 14:26:39 +0900 Subject: [PATCH] test: Increase deinit time Some target get hangup cause of init request before previous deinit done. Change-Id: Iea17d39a132accdea5562a9374144cd868ea5204 Signed-off-by: Junkyeong Kim --- test/tc-efl-util-internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tc-efl-util-internal.cpp b/test/tc-efl-util-internal.cpp index 1e1803a..4f2d47f 100644 --- a/test/tc-efl-util-internal.cpp +++ b/test/tc-efl-util-internal.cpp @@ -16,7 +16,7 @@ #include "tc-efl-util.h" -#define SYNC_DEINIT_TIME 50000 +#define SYNC_DEINIT_TIME 500000 EFLUtilInternal::EFLUtilInternal() { -- 2.7.4