We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef311e commit c6e5fcdCopy full SHA for c6e5fcd
tests/integration_tests/functional/test_serial_io.py
@@ -154,7 +154,7 @@ def test_serial_dos(uvm_plain_any):
154
155
# Check if the total memory size changed.
156
before_size = get_total_mem_size(microvm.firecracker_pid)
157
- send_bytes(tty_fd, 100000000, timeout=1)
+ send_bytes(tty_fd, 200000000, timeout=1)
158
after_size = get_total_mem_size(microvm.firecracker_pid)
159
assert before_size == after_size, (
160
"The memory size of the "
0 commit comments