Skip to content

Commit 334f54e

Browse files
committed
stress: Increased the allowed page increase
1 parent 789c084 commit 334f54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/stress/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# It's to be expected that the VM allocates more room during the running of tests
3232
# e.g. for containers, packets etc. These should all be freed after a run.
33-
acceptable_increase = 2 * PAGE_SIZE
33+
acceptable_increase = 12 * PAGE_SIZE
3434

3535
# A persistent connection to the VM for getting memory info
3636
# TODO: This should be expanded to check more vital signs, such as time of day,

0 commit comments

Comments
 (0)