Skip to content

Commit cc619e3

Browse files
committed
increase debug timeout
to support slower devices
1 parent c9653e0 commit cc619e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/android-debug-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class AndroidDebugService implements IDebugService {
203203
this.device.applicationManager.startApplication(packageName).wait();
204204

205205
let waitText: string = `0 /data/local/tmp/${packageName}-debugbreak`;
206-
let maxWait = 6;
206+
let maxWait = 12;
207207
let debugerStarted: boolean = false;
208208
while (maxWait > 0 && !debugerStarted) {
209209
let forwardsResult = this.device.adb.executeShellCommand(["ls", "-s", `/data/local/tmp/${packageName}-debugbreak`]).wait();

0 commit comments

Comments
 (0)