mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Cleanup registryProxy, increase timeout on DockerTestContainer
This commit is contained in:
parent
f4933b08d0
commit
2968960b41
2 changed files with 7 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ export class DockerTestContainer {
|
|||
console.log("Command timeout reached");
|
||||
resolve({ allData, output: parseShellOutput(allData), command });
|
||||
ptyProcess.removeListener("data", handleInput);
|
||||
}, 10000);
|
||||
}, 20000);
|
||||
|
||||
function handleInput(data) {
|
||||
allData.push(data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue