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.
2 parents 3edc81e + 650c0b8 commit ffb1376Copy full SHA for ffb1376
wiremock/testing/testcontainer.py
@@ -143,7 +143,7 @@ def copy_mapping_files_to_container(self) -> None:
143
configs=self.mapping_files, container_dir_path=Path(f"{self.FILES_DIR}")
144
)
145
146
- def server_running(self, retry_count: int = 3, retry_delay: int = 1) -> bool:
+ def server_running(self, retry_count: int = 10, retry_delay: int = 1) -> bool:
147
"""Pings the __admin/mappings endpoint of the wiremock server running inside the
148
container as a proxy for checking if the server is up and running.
149
0 commit comments