Skip to content

Commit

Permalink
Addressed timeout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FastLee committed Mar 17, 2024
1 parent 0e3001e commit 065e9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ def test_runs_upgrades_on_too_old_version(ws, any_prompt):
sql_backend = MockBackend()
wheels = create_autospec(WheelsV2)
install.run(
verify_timeout=timedelta(seconds=20),
verify_timeout=timedelta(seconds=60),
sql_backend_factory=lambda _: sql_backend,
wheel_builder_factory=lambda: wheels,
)
Expand Down

0 comments on commit 065e9f6

Please sign in to comment.