Skip to content

Commit

Permalink
reverse back to serial=false
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperKogito committed Feb 2, 2024
1 parent 9d7c83c commit abe7823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_difficult_urls(file_paths):
"""
test difficult urls that likely require selenium.
"""
checker = UrlChecker(serial=True)
checker = UrlChecker()
results = checker.run(file_paths, timeout=120)
print("Results:", results)

Expand Down

0 comments on commit abe7823

Please # to comment.