mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +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 () => {
|
(async () => {
|
||||||
try {
|
try {
|
||||||
await tunnelInstance.start(tunnelArguments)
|
await tunnelInstance.start(tunnelArguments)
|
||||||
|
await new Promise(res => setTimeout(res, 5000))
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error.message)
|
console.log(error.message)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user