We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713cf6c commit 32a7c6dCopy full SHA for 32a7c6d
lib/main.js
@@ -86,7 +86,7 @@ event_sources.json and ${program.eventFile} files as needed.`)
86
87
_runHandler (handler, event, program, context) {
88
const startTime = new Date()
89
- const timeout = Math.min(program.timeout, 300) * 1000 // convert the timeout into milliseconds
+ const timeout = Math.min(program.timeout, 900) * 1000 // convert the timeout into milliseconds
90
91
const callback = (err, result) => {
92
if (err) {
0 commit comments