[ROCm][CI] Fix flaky test_function_calling_with_stream and reduce schema test examples (#32063)

Signed-off-by: Andreas Karatzas <akaratza@amd.com>
This commit is contained in:
Andreas Karatzas
2026-01-09 23:02:35 -06:00
committed by GitHub
parent 0c9614876e
commit d83becd503
2 changed files with 14 additions and 10 deletions

View File

@@ -129,7 +129,7 @@ def before_generate_case(context: schemathesis.hooks.HookContext, strategy):
@schema.parametrize()
@schema.override(headers={"Content-Type": "application/json"})
@settings(deadline=LONG_TIMEOUT_SECONDS * 1000)
@settings(deadline=LONG_TIMEOUT_SECONDS * 1000, max_examples=50)
def test_openapi_stateless(case: schemathesis.Case):
key = (
case.operation.method.upper(),