summaryrefslogtreecommitdiffstats
path: root/tests/test_memory.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_memory.py')
-rw-r--r--tests/test_memory.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_memory.py b/tests/test_memory.py
index fb02b5b..f7f67d5 100644
--- a/tests/test_memory.py
+++ b/tests/test_memory.py
@@ -50,8 +50,8 @@ class memoryTests(TestCaseBase):
)
def _showMemStatus_warning_test(self):
- w = 40
- c = 60
+ w = 20
+ c = 30
actual = memory.showMemStat(
w, c,
test_memory_dataFile.SHOW_MEMORY_STATUS_WARNING_IP
@@ -62,8 +62,8 @@ class memoryTests(TestCaseBase):
)
def _showMemStatus_critical_test(self):
- w = 30
- c = 40
+ w = 10
+ c = 20
actual = memory.showMemStat(
w, c,
test_memory_dataFile.SHOW_MEMORY_STATUS_CRITICAL_IP