Skip to content

Commit 34fda2d

Browse files
authored
Merge pull request #569 from opsmill/stable
Merge stable into develop
2 parents 2c16773 + 23bedfa commit 34fda2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrahub_sdk/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class InfrahubCheckInitializer(BaseModel):
3333
class InfrahubCheck:
3434
name: str | None = None
3535
query: str = ""
36-
timeout: int = 10
36+
timeout: int = 60
3737

3838
def __init__(
3939
self,

infrahub_sdk/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class InfrahubTransform(InfrahubOperation):
1818
name: str | None = None
1919
query: str
20-
timeout: int = 10
20+
timeout: int = 60
2121

2222
def __init__(
2323
self,

0 commit comments

Comments
 (0)