Skip to content

Commit

Permalink
Update tests/conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Sep 18, 2024
1 parent b4afd0a commit 6ce80ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def selenium_standalone_micropip(selenium_standalone, wheel_path):
if not wheel_files:
pytest.exit("No wheel files found in wheel/ directory")

# Change default timeout to 30s instead of 10min
wheel_file = wheel_files[0]
with spawn_web_server(wheel_dir) as server:
server_hostname, server_port, _ = server
Expand Down

0 comments on commit 6ce80ba

Please sign in to comment.