Skip to content

Commit

Permalink
Remove comment that becomes outdated fast
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt authored Oct 17, 2024
1 parent 61069d1 commit 595c602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typescript/frontend/tests/e2e/global.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { test as setup } from "@playwright/test";
import { DockerTestHarness } from "../../../sdk/src/utils/test/docker/docker-test-harness";

setup("setup the Docker containers", async ({}) => {
// Five minute timeout.
setup.setTimeout(600_000);
const startDockerServices = process.env.APTOS_NETWORK === "local";
if (startDockerServices) {
Expand Down

0 comments on commit 595c602

Please sign in to comment.