We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02ea69 commit 843721eCopy full SHA for 843721e
packages/testcontainers/src/wait-strategies/log-wait-strategy.test.ts
@@ -3,7 +3,7 @@ import { GenericContainer } from "../generic-container/generic-container";
3
import { checkContainerIsHealthy, getRunningContainerNames } from "../utils/test-helper";
4
import { Wait } from "./wait";
5
6
-describe("LogWaitStrategy", { timeout: 5_000 }, () => {
+describe("LogWaitStrategy", { timeout: 180_000 }, () => {
7
it("should wait for log", async () => {
8
const container = await new GenericContainer("cristianrgreco/testcontainer:1.1.14")
9
.withExposedPorts(8080)
0 commit comments