Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Aug 13, 2024
1 parent 90085e1 commit 5779322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/migrations/test/int/aliasMigration.test.int.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ async function removeDirectories(directoryPaths: string[]) {
}

describe("Add alias to running containers", function () {
this.timeout(1200000); // Adjusts the timeout (in ms) for all hooks and tests in this suite
this.timeout(2400000); // Adjusts the timeout (in ms) for all hooks and tests in this suite
before("Create and run containers in dncore_network", async () => {
await ensureNetworkExists(DNCORE_NETWORK);

Expand All @@ -208,7 +208,7 @@ describe("Add alias to running containers", function () {

fs.writeFileSync(`${path}/docker-compose.yml`, content);

await shellSafe(`docker-compose -f ${path}/docker-compose.yml up -d`);
await shellSafe(`docker compose -f ${path}/docker-compose.yml up -d`);
}

const containerNamesToCheck = [
Expand Down

0 comments on commit 5779322

Please sign in to comment.