Skip to content

Commit ea84422

Browse files
elacuestaCopilot
andauthored
Update tests/tests_asyncio/test_browser.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 74ec8de commit ea84422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_asyncio/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def inject_fixtures(self, caplog):
146146
@staticmethod
147147
def kill_chrome():
148148
for proc in psutil.process_iter(["pid", "name"]):
149-
started_time = proc.create_time() # seconds since since January 1, 1970 UTC
149+
started_time = proc.create_time() # seconds since January 1, 1970 UTC
150150
# only consider processes started in the last 10 seconds
151151
if not started_time >= time.time() - 10:
152152
continue

0 commit comments

Comments
 (0)