We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe03c24 commit 50fc4c5Copy full SHA for 50fc4c5
testgres/node.py
@@ -841,8 +841,7 @@ def LOCAL__raise_cannot_start_node__std(from_exception):
841
842
log_files0 = log_files1
843
logging.warning(
844
- "Detected a conflict with using the port {0}. "
845
- "Trying another port after a {1}-second sleep...".format(self.port, timeout)
+ "Detected a conflict with using the port {0}. Trying another port after a {1}-second sleep...".format(self.port, timeout)
846
)
847
time.sleep(timeout)
848
timeout = min(2 * timeout, 5)
0 commit comments