tests: Disabled VM shutdown/startup overlap to decrease peak memory consumption
git-svn-id: http://pugixml.googlecode.com/svn/trunk@814 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
414ad96d7a
commit
4d605eb865
@ -25,3 +25,9 @@ close LOG;
|
|||||||
|
|
||||||
$client->close();
|
$client->close();
|
||||||
$server->close();
|
$server->close();
|
||||||
|
|
||||||
|
# wait for vm shutdown to decrease peak memory consumption
|
||||||
|
while (`vboxmanage showvminfo $vm` !~ /State:\s+powered off/)
|
||||||
|
{
|
||||||
|
sleep(1);
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user