We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c16773 + 23bedfa commit 34fda2dCopy full SHA for 34fda2d
infrahub_sdk/checks.py
@@ -33,7 +33,7 @@ class InfrahubCheckInitializer(BaseModel):
33
class InfrahubCheck:
34
name: str | None = None
35
query: str = ""
36
- timeout: int = 10
+ timeout: int = 60
37
38
def __init__(
39
self,
infrahub_sdk/transforms.py
@@ -17,7 +17,7 @@
17
class InfrahubTransform(InfrahubOperation):
18
19
query: str
20
21
22
23
0 commit comments