mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
typo
This commit is contained in:
parent
34609445f7
commit
8b6a64e8b8
@ -1320,7 +1320,7 @@ class ClickHouseInstance:
|
||||
wait_duration = time.time() - start_time
|
||||
|
||||
logging.debug('{} log line matching "{}" appeared in a {} seconds'.format(repetitions, regexp, wait_duration))
|
||||
return wait_duratio
|
||||
return wait_duration
|
||||
|
||||
def file_exists(self, path):
|
||||
return self.exec_in_container(
|
||||
|
Loading…
Reference in New Issue
Block a user