Fix: check command hangs indefinitely (#272)

Fixes #257
This commit is contained in:
Chris Tate
2026-01-25 23:58:53 -06:00
committed by GitHub
parent 45506fbff0
commit a99f59cd20
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -1029,6 +1029,7 @@ export class BrowserManager {
this.cdpEndpoint = cdpEndpoint;
for (const context of contexts) {
context.setDefaultTimeout(10000);
this.contexts.push(context);
this.setupContextTracking(context);
}