From 6ea5131e06e3c7c4bbf5151b63ee57ba9d6e7818 Mon Sep 17 00:00:00 2001 From: Mukesh Rana <106960543+mukesh-lt@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:39:48 +0530 Subject: [PATCH] Remove sleep and use iPhone 7 in devices (#38356) --- js/tests/lt-local.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/tests/lt-local.js b/js/tests/lt-local.js index 6b3fd35ddd..ba361c2cd6 100644 --- a/js/tests/lt-local.js +++ b/js/tests/lt-local.js @@ -19,6 +19,7 @@ if (process.env.LAMBDATEST === 'true') { (async () => { try { await tunnelInstance.start(tunnelArguments) + await new Promise(res => setTimeout(res, 5000)) } catch (error) { console.log(error.message) }