Skip to content

Commit 738b4f8

Browse files
committed
TUN-5000: De-flake logging to dir component test in Windows by increasing to buffer to cope with more logging
1 parent c7a4400 commit 738b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component-tests/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def assert_log_to_terminal(cloudflared):
1717

1818
def assert_log_in_file(file):
1919
with open(file, "r") as f:
20-
log = f.read(1850)
20+
log = f.read(2000)
2121
assert expect_message in log, f"{log} doesn't contain {expect_message}"
2222

2323

0 commit comments

Comments
 (0)