mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add log to diagnose e2e tests
This commit is contained in:
parent
d2c155afee
commit
f4933b08d0
1 changed files with 2 additions and 0 deletions
|
|
@ -116,6 +116,8 @@ export class DockerTestContainer {
|
||||||
|
|
||||||
const timeout = setTimeout(() => {
|
const timeout = setTimeout(() => {
|
||||||
// Fallback in case the command doesn't finish in a reasonable time
|
// Fallback in case the command doesn't finish in a reasonable time
|
||||||
|
// oxlint-disable-next-line no-console - having this log in CI helps diagnose issues
|
||||||
|
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);
|
||||||
}, 10000);
|
}, 10000);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue