Increased itest connection timeout

This commit is contained in:
Donkie
2024-08-07 15:27:22 +02:00
parent 3454002c09
commit 902e98b059

View File

@@ -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")