Skip to content

Commit f93f70d

Browse files
committed
update: lower wait for timeout
1 parent 9020562 commit f93f70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shortest/src/tools/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class GitHubTool {
7575
}
7676

7777
// Wait for navigation after successful login
78-
await browserTool.waitForNavigation({ timeout: 10000 });
78+
await browserTool.waitForNavigation({ timeout: 100 });
7979
return { success: true };
8080

8181
} catch (error) {

0 commit comments

Comments
 (0)