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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user