mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
Chore/leave default timeout for sandbox execution (#5263)
leave default timeout for sandbox execution
This commit is contained in:
@@ -175,8 +175,7 @@ class CustomFunction_Agentflow implements INode {
|
||||
try {
|
||||
const response = await executeJavaScriptCode(javascriptFunction, sandbox, {
|
||||
libraries: ['axios'],
|
||||
streamOutput,
|
||||
timeout: 10000
|
||||
streamOutput
|
||||
})
|
||||
|
||||
let finalOutput = response
|
||||
|
||||
Reference in New Issue
Block a user