Skip to content

Commit 46439d2

Browse files
committed
add comment for object timeout
1 parent ae7d92c commit 46439d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/blueprint_with_build_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
# building can take time: make sure to set a long blueprint build timeout
4141
BLUEPRINT_POLL_TIMEOUT_S = 10 * 60
4242
BLUEPRINT_POLL_MAX_ATTEMPTS = 600
43+
44+
# make context available for a week (this is a demo value to show you can configure this value)
4345
ONE_WEEK = timedelta(weeks=1)
4446

4547

0 commit comments

Comments
 (0)