Skip to content

Commit c6e5fcd

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 fef311e commit c6e5fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_serial_io.py

+1-1
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)