1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-27 14:03:40 +03:00

bug #847: Fixes tests for session cache

This commit is contained in:
Ruben S. Montero 2011-10-21 01:16:56 +02:00
parent 86c127320e
commit 60e2301928

View File

@ -37,7 +37,7 @@ VirtualNetworkPool* NebulaTest::create_vnpool(SqlDB* db, string mac_prefix, int
UserPool* NebulaTest::create_upool(SqlDB* db)
{
return new UserPool(db);
return new UserPool(db,300);
}
ImagePool* NebulaTest::create_ipool( SqlDB* db,