Skip to content

Commit 033606a

Browse files
authored
Increase timeoutInMinute to 2160 (#543)
1 parent fa89c19 commit 033606a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpdk/core/data/schema/provider.definition.schema.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"description": "Defines the timeout for the entire operation to be interpreted by the invoker of the handler. The default is 120 (2 hours).",
2525
"type": "integer",
2626
"minimum": 2,
27-
"maximum": 720,
27+
"maximum": 2160,
2828
"default": 120
2929
}
3030
},

0 commit comments

Comments
 (0)