Skip to content

Commit

Permalink
speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Sep 16, 2024
1 parent 34f7a47 commit f6cf6da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
pytest -v \
--durations=10 \
--cov=micropip \
--maxfail=5 \
--dist-dir=./dist/ \
--runner=${{ matrix.test-config.runner }} \
--rt ${{ matrix.test-config.runtime }}
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ def selenium_standalone_micropip(selenium_standalone, wheel_path):
pytest.exit("No wheel files found in wheel/ directory")

# Change default timeout to 30s instead of 10min
selenium_standalone.implicitly_wait(30)

wheel_file = wheel_files[0]
with spawn_web_server(wheel_dir) as server:
server_hostname, server_port, _ = server
Expand Down

0 comments on commit f6cf6da

Please sign in to comment.