From 30ac5eee0649d227a85c218140bc07d16b95860d Mon Sep 17 00:00:00 2001 From: Kyle Aure Date: Fri, 25 Oct 2024 16:18:57 -0500 Subject: [PATCH] doc: Default client.ping.timeout is incorrect in docs --- docs/features/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/configuration.md b/docs/features/configuration.md index 3350c6018e7..c13c0a659e3 100644 --- a/docs/features/configuration.md +++ b/docs/features/configuration.md @@ -98,7 +98,7 @@ but does not allow starting privileged containers, you can turn off the Ryuk con ## Customizing client ping behaviour -> **client.ping.timeout = 5** +> **client.ping.timeout = 10** > Specifies for how long Testcontainers will try to connect to the Docker client to obtain valid info about the client before giving up and trying next strategy, if applicable (in seconds). ## Customizing Docker host detection