Skip to content

Commit

Permalink
Fix default client.ping.timeout value in docs (testcontainers#9464)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure authored Oct 25, 2024
1 parent 7351b66 commit 77a423c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77a423c

Please sign in to comment.