mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 22:29:57 +00:00
TUN-5000: De-flake logging to dir component test in Windows by increasing to buffer to cope with more logging
This commit is contained in:
@@ -17,7 +17,7 @@ def assert_log_to_terminal(cloudflared):
|
|||||||
|
|
||||||
def assert_log_in_file(file):
|
def assert_log_in_file(file):
|
||||||
with open(file, "r") as f:
|
with open(file, "r") as f:
|
||||||
log = f.read(1850)
|
log = f.read(2000)
|
||||||
assert expect_message in log, f"{log} doesn't contain {expect_message}"
|
assert expect_message in log, f"{log} doesn't contain {expect_message}"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user