Skip to content

Commit a3c90cb

Browse files
committed
just testing: increase number of bytes we write to serial
To see if we the memory increase increases. Signed-off-by: Babis Chalios <[email protected]>
1 parent e347f33 commit a3c90cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_serial_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def test_serial_dos(uvm_plain_any):
154154

155155
# Check if the total memory size changed.
156156
before_size = get_total_mem_size(microvm.firecracker_pid)
157-
send_bytes(tty_fd, 100000000, timeout=1)
157+
send_bytes(tty_fd, 200000000, timeout=1)
158158
after_size = get_total_mem_size(microvm.firecracker_pid)
159159
assert before_size == after_size, (
160160
"The memory size of the "

0 commit comments

Comments
 (0)