sleep content provider

blackstork/builtin, v0.4.2

Description

Sleeps for the specified duration. Useful for testing and debugging.

The sleep content provider is built into the BlackStork engine. It is available out-of-the-box and requires no installation or dependency declaration.

Configuration

This content provider does not accept any configuration arguments.

Usage

This content provider accepts the following arguments within a content sleep block:

content sleep {
  # Duration to sleep
  #
  # Optional string.
  # Must be non-empty
  # Default value:
  duration = "1s"
}