mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Undo timeout change
This commit is contained in:
parent
8dbeab8dac
commit
1076d6bea8
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ export class DockerTestContainer {
|
|||
console.log("Command timeout reached");
|
||||
resolve({ allData, output: parseShellOutput(allData), command });
|
||||
ptyProcess.removeListener("data", handleInput);
|
||||
}, 30000);
|
||||
}, 15000);
|
||||
|
||||
function handleInput(data) {
|
||||
allData.push(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue