Skip to content

Commit fd56cd8

Browse files
author
Lingling Peng
committed
try updating the timeout to 60
1 parent 094e738 commit fd56cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/synapseclient/models/async/test_json_schema_async.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ async def _get_derived_keys():
309309

310310
response = await wait_for_condition(
311311
_get_derived_keys,
312-
timeout_seconds=30,
312+
timeout_seconds=60,
313313
poll_interval_seconds=2,
314314
description="schema derived keys to be populated",
315315
)
@@ -373,7 +373,7 @@ async def _validate_invalid():
373373

374374
response = await wait_for_condition(
375375
_validate_invalid,
376-
timeout_seconds=30,
376+
timeout_seconds=60,
377377
poll_interval_seconds=2,
378378
description="schema validation results (invalid) to be available",
379379
)

0 commit comments

Comments
 (0)