We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db929ce + bc0cb47 commit 1d089a1Copy full SHA for 1d089a1
libvirt/tests/src/memory/memory_balloon/memory_balloon_freepagereporting.py
@@ -72,7 +72,7 @@ def run_test():
72
73
test.log.info(
74
"TEST_STEP4: Login the guest and consume the guest memory")
75
- rss_mem_thread = utils_misc.InterruptedThread(get_rss_mem_list)
+ rss_mem_thread = utils_misc.InterruptedThread(get_rss_mem_list, kwargs={"timeout": 120})
76
rss_mem_thread.start()
77
free_mem = utils_memory.freememtotal(session)
78
session.cmd_status("swapoff -a")
0 commit comments