Skip to content

Commit

Permalink
Update pluto_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Jan 16, 2024
1 parent e7855f6 commit a7d3212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pluto_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def check_pluto_proxy(
ports={"8888/tcp": host_port},
)
# Give the server a bit of time to start
time.sleep(1)
time.sleep(2)
resp = http_client.get(f"http://localhost:{host_port}/pluto?token={token}")
resp.raise_for_status()
assert "Pluto.jl notebooks" in resp.text, "Pluto.jl text not found in /pluto page"

0 comments on commit a7d3212

Please sign in to comment.