]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove sleep and use iPhone 7 in devices (#38356)
authorMukesh Rana <106960543+mukesh-lt@users.noreply.github.com>
Tue, 28 Mar 2023 16:09:48 +0000 (21:39 +0530)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 7 Mar 2024 15:38:58 +0000 (17:38 +0200)
js/tests/lt-local.js

index 6b3fd35ddd82b902ebb96e9095f3f7ad432a3eda..ba361c2cd626732e54fa09eac604b1096cd567f8 100644 (file)
@@ -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)
     }