diff --git a/tests_integration/tests/conftest.py b/tests_integration/tests/conftest.py index 5805465..4e133da 100644 --- a/tests_integration/tests/conftest.py +++ b/tests_integration/tests/conftest.py @@ -11,7 +11,7 @@ from typing import Any import httpx import pytest -TIMEOUT = 10 +TIMEOUT = 30 URL = "http://spoolman:" + os.environ.get("SPOOLMAN_PORT", "8000")