Skip to content

Commit 843721e

Browse files
committed
Revert timeout to original value£
1 parent c02ea69 commit 843721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testcontainers/src/wait-strategies/log-wait-strategy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { GenericContainer } from "../generic-container/generic-container";
33
import { checkContainerIsHealthy, getRunningContainerNames } from "../utils/test-helper";
44
import { Wait } from "./wait";
55

6-
describe("LogWaitStrategy", { timeout: 5_000 }, () => {
6+
describe("LogWaitStrategy", { timeout: 180_000 }, () => {
77
it("should wait for log", async () => {
88
const container = await new GenericContainer("cristianrgreco/testcontainer:1.1.14")
99
.withExposedPorts(8080)

0 commit comments

Comments
 (0)