Increase size of nova-compute VM for testing
diff --git a/scripts/create-vms-cord.sh b/scripts/create-vms-cord.sh
index dc19da7..10c69d8 100755
--- a/scripts/create-vms-cord.sh
+++ b/scripts/create-vms-cord.sh
@@ -59,7 +59,7 @@
 create-vm onos-fabric 2 4096 40
 if $TESTING
 then
-	create-vm nova-compute 2 4096 100
+	create-vm nova-compute 6 16384 240
 fi
 
 # Wait for everything to get set up