why there is Hard limit on timeout
rsharma-prismhr opened this issue · 1 comments
rsharma-prismhr commented
Line 56 in 5c7e722
Why there is a hard limit of 22 seconds here?
Can this be increased or configured?
lilsweetcaligula commented
Hi @rsharma-prismhr, if you want to configure the timeout in Seneca, try passing the timeout
option to the Seneca constructor:
const seneca = Seneca({ timeout: 10e3 })
For reference:
Line 17 in 5c7e722