There was an error while loading. Please reload this page.
1 parent b4afd0a commit 6ce80baCopy full SHA for 6ce80ba
1 file changed
tests/conftest.py
@@ -72,7 +72,6 @@ def selenium_standalone_micropip(selenium_standalone, wheel_path):
72
if not wheel_files:
73
pytest.exit("No wheel files found in wheel/ directory")
74
75
- # Change default timeout to 30s instead of 10min
76
wheel_file = wheel_files[0]
77
with spawn_web_server(wheel_dir) as server:
78
server_hostname, server_port, _ = server
0 commit comments