Reverting the debugging code I was using to narrow down the problem on Jenkins now that the issue was fixed by PR-4946

Signed-off-by: Gene Walters <genewalt@amazon.com>
This commit is contained in:
Gene Walters
2021-10-25 14:46:03 -07:00
parent c9a02e3c8a
commit 48c438f469
5 changed files with 7 additions and 46 deletions
@@ -228,7 +228,7 @@ class RemoteConsole:
def expect_log_line(self, match_string, timeout=30):
# type: (str, int) -> bool
"""
Looks for a log line event to expect within a time frame. Returns False if timeout is reached.
Looks for a log line event to expect within a time frame. Returns False is timeout is reached.
:param match_string: The string to match that acts as a key
:param timeout: The timeout to wait for the log line in seconds
:return: boolean True if match_string found, False otherwise.