Skip to content

Commit a7c5670

Browse files
committed
Use a hvm machine for testing.
1 parent 6e4802e commit a7c5670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/single_machine_ec2_base.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in
2121
deployment.targetEnv = "ec2";
2222
deployment.ec2 = {
2323
inherit region;
24-
instanceType = "m1.small";
24+
instanceType = "c3.large";
2525
securityGroups = [ resources.ec2SecurityGroups.ssh-security-group ];
2626
keyPair = resources.ec2KeyPairs.my-key-pair;
2727
};

0 commit comments

Comments
 (0)