introduce api session limit

This commit is contained in:
henryruhs
2026-09-14 10:34:17 +02:00
parent d64c63759a
commit dc9830ab21
16 changed files with 58 additions and 19 deletions
+1
View File
@@ -12,6 +12,7 @@ from .assert_helper import get_test_jobs_directory
def before_all() -> None:
state_manager.init()
state_manager.init_item('jobs_path', get_test_jobs_directory())
state_manager.init_item('api_session_limit', 10)
@pytest.fixture(scope = 'function', autouse = True)