We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094e738 commit fd56cd8Copy full SHA for fd56cd8
1 file changed
tests/integration/synapseclient/models/async/test_json_schema_async.py
@@ -309,7 +309,7 @@ async def _get_derived_keys():
309
310
response = await wait_for_condition(
311
_get_derived_keys,
312
- timeout_seconds=30,
+ timeout_seconds=60,
313
poll_interval_seconds=2,
314
description="schema derived keys to be populated",
315
)
@@ -373,7 +373,7 @@ async def _validate_invalid():
373
374
375
_validate_invalid,
376
377
378
description="schema validation results (invalid) to be available",
379
0 commit comments