Skip to content

Commit

Permalink
Merge branch 'main' into gyani/dont-run-for-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Feb 19, 2024
2 parents 1152987 + 83765db commit 332b802
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/api-reference/starlark-reference/service-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ config = ServiceConfig(
# Application protocol for the port
# Optional
application_protocol = "http",

# Kurtosis will automatically perform a check to ensure all declared UDP and TCP ports are open and ready for traffic and connections upon startup.
# You may specify a custom wait timeout duration or disable the feature entirely.
# You may specify a custom wait timeout duration with a string:
# wait = "2m"
# Or, you can disable this feature by setting the value to None:
# wait = None
# The feature is enabled by default with a default timeout of 15s
# OPTIONAL (DEFAULT:"15s")
wait = "4s"
),
},

Expand Down

0 comments on commit 332b802

Please sign in to comment.