Skip to content

Commit

Permalink
add max_async_wait_time to schema.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jabielecki committed Feb 9, 2024
1 parent 1ded29a commit 9a63071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/schema/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ skip_minimum_test: bool(required=False) # Do not perform a "minimum" (only manda
attributes: list(include('attribute'), required=False) # List of attributes
test_tags: list(str(), required=False) # List of test tags, tests are only executed if an environment variable with one of these tags is configured
test_prerequisites: str(required=False) # HCL code that is included in the acceptance tests to define prerequisites
max_async_wait_time: int(required=False) # Max wait time for async task in the API, in seconds
---
attribute:
model_name: str(required=False) # Name of the attribute in the model (payload)
Expand Down

0 comments on commit 9a63071

Please sign in to comment.