Skip to content

Commit

Permalink
Increase timeout to 5
Browse files Browse the repository at this point in the history
Shouldn't take this long, but it might help to understand if something goes wrong.
  • Loading branch information
Bobronium authored Jun 25, 2022
1 parent 7910ccd commit 39ed55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ def test_testing_import_deprecation() -> None:
def test_testing_import_deprecation_in_subprocess() -> None:
"""Run test_testing_import_deprecation in subprocess so it can test importing starlite for the first time"""
subprocess.check_call(
[sys.executable, "-m", "pytest", f"{__file__}::{test_testing_import_deprecation.__name__}"], timeout=1
[sys.executable, "-m", "pytest", f"{__file__}::{test_testing_import_deprecation.__name__}"], timeout=5
)

0 comments on commit 39ed55a

Please sign in to comment.