1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Remove sleep and use iPhone 7 in devices (#38356)

This commit is contained in:
Mukesh Rana
2023-03-28 21:39:48 +05:30
committed by XhmikosR
parent b5dac1e50a
commit 6ea5131e06

View 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)
}