Skip to content

Commit

Permalink
Update chromium_ext.py (wait 10s instead)
Browse files Browse the repository at this point in the history
  • Loading branch information
azurda authored Sep 26, 2024
1 parent 0eb3696 commit 257cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/modules/packages/chromium_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ def start(self, url):
webbrowser.BackgroundBrowser(self.get_path("chrome.exe")))
chromium = webbrowser.get("chromium")
chromium.open("about:blank")
time.sleep(5)
time.sleep(10)
return chromium.open(url)

0 comments on commit 257cb98

Please sign in to comment.