Skip to content

Commit 630f5d9

Browse files
authored
Merge pull request #47 from fastapilabs/feature/longer-time-wait
2 parents 694e2e8 + 1166381 commit 630f5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def _wait_for_deployment(
337337
)
338338
break
339339

340-
if time_elapsed > 10:
340+
if time_elapsed > 30:
341341
messages = cycle(LONG_WAIT_MESSAGES)
342342

343343
if (time.monotonic() - last_message_changed_at) > 2:

0 commit comments

Comments
 (0)