Skip to content

Commit

Permalink
testing to see server opening time
Browse files Browse the repository at this point in the history
  • Loading branch information
CulmoneY committed Jan 29, 2025
1 parent 11d0db5 commit 88b3982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reporters/test_html_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_open_html_in_browser_watch():
cwd=os.getcwd(),
)

time.sleep(1)
time.sleep(60)
try:
for _ in range(3):
conn = HTTPConnection("127.0.0.1", 5008)
Expand Down

0 comments on commit 88b3982

Please sign in to comment.