mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
Reduce timeout to 1500
This commit is contained in:
parent
55f3aeff22
commit
fb00a657a0
@ -72,7 +72,7 @@ function request(type, event, { id, timeout } = {}) {
|
||||
},
|
||||
method: 'POST',
|
||||
// Ensure reasonable timeout to not block process from exiting
|
||||
timeout: timeout || 2000,
|
||||
timeout: timeout || 1500,
|
||||
body: JSON.stringify(event),
|
||||
}).then(
|
||||
response => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user