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