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.
1 parent 32b07d5 commit 826d1e1Copy full SHA for 826d1e1
tests/integration_tests/performance/test_hotplug_memory.py
@@ -197,7 +197,7 @@ def check_memory_usable(uvm):
197
# try to allocate 95% of available memory
198
amount_mib = int(mem_available * 95 / 100)
199
200
- _ = uvm.ssh.check_output(f"/usr/local/bin/fillmem {amount_mib}", timeout=10)
+ _ = uvm.ssh.check_output(f"/usr/local/bin/fillmem {amount_mib}", timeout=30)
201
# verify the allocation was successful
202
_ = uvm.ssh.check_output("cat /tmp/fillmem_output.txt | grep successful")
203
0 commit comments