Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 650908a

Browse files
author
Mihail Slavchev
committed
increase timeout from 10 to 30 seconds
1 parent 863b3ba commit 650908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/android/android-device.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ export class AndroidDevice implements Mobile.IDevice {
308308
this.$childProcess.exec(clearDebugEnvironmentCommand).wait();
309309

310310
var isRunning = false;
311-
for (var i = 0; i < 10; i++) {
311+
for (var i = 0; i < 30; i++) {
312312
helpers.sleep(1000 /* ms */);
313313
isRunning = this.checkIfRunning(packageName);
314314
if (isRunning)

0 commit comments

Comments
 (0)