From: Mukesh Rana <106960543+mukesh-lt@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:09:48 +0000 (+0530) Subject: Remove sleep and use iPhone 7 in devices (#38356) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ea5131e06e3c7c4bbf5151b63ee57ba9d6e7818;p=thirdparty%2Fbootstrap.git Remove sleep and use iPhone 7 in devices (#38356) --- 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) }