Skip to content

Commit 7cd0e3a

Browse files
committed
Drop unnecessary (I think?) extended Frida timeouts
1 parent ee50bde commit 7cd0e3a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/interceptors/frida/frida-android-interceptor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ export class FridaAndroidInterceptor implements Interceptor {
3333
return (await this.getFridaHosts()).length > 0;
3434
}
3535

36-
activableTimeout = 3000; // Increase timeout for device detection slightly
37-
3836
isActive(): boolean {
3937
return false;
4038
}

src/interceptors/frida/frida-ios-interceptor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export class FridaIosInterceptor implements Interceptor {
3030
return (await this.getFridaHosts()).length > 0;
3131
}
3232

33-
activableTimeout = 3000; // Increase timeout for device detection slightly
34-
3533
isActive(): boolean {
3634
return false;
3735
}

0 commit comments

Comments
 (0)