mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Increase time to start verdaccio
This commit is contained in:
parent
2968960b41
commit
b6c31e1a5a
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ describe("E2E: Safe chain proxy", () => {
|
|||
// Start a local npm registry (verdaccio) inside the container
|
||||
container.dockerExec("npx -y verdaccio", true);
|
||||
|
||||
// Wait for verdaccio to be ready (max 30 seconds)
|
||||
for (let i = 0; i < 60; i++) {
|
||||
// Wait for verdaccio to be ready (max 60 seconds)
|
||||
for (let i = 0; i < 120; i++) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
||||
try {
|
||||
const curlOutput = container.dockerExec(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue