Skip to content

Commit

Permalink
increase default time out from 30s to 120s for slow linux machine to …
Browse files Browse the repository at this point in the history
…successfully login
  • Loading branch information
cnMuggle committed Jan 13, 2024
1 parent 4be5807 commit 5d19d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schwab_api/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def login(self, username, password, totp_secret=None):

# Log in to schwab using Playwright
with self.page.expect_navigation():
self.page.goto("https://www.schwab.com/")
self.page.goto("https://www.schwab.com/",timeout=120000)


# Capture authorization token.
Expand Down

0 comments on commit 5d19d05

Please sign in to comment.