Skip to content

Commit d4b02ce

Browse files
ManciukicJackThomson2
authored andcommitted
tests: fix: increase snapshot memory threshold in MemoryMonitor
Increases the threshold for snapshot tests to remove flakiness in tests that snapshot VMs with many vCPUs. Signed-off-by: Riccardo Mancini <mancio@amazon.com>
1 parent ef2c268 commit d4b02ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/host_tools/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
self,
4848
vm,
4949
threshold_booted=5 << 20,
50-
threshold_snapshot=6 << 20,
50+
threshold_snapshot=7 << 20,
5151
threshold_restored=5 << 20,
5252
period_s=0.01,
5353
):

0 commit comments

Comments
 (0)