From b3571c583a89d29259bbc8a31fd0600a81b8a1c6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 13 Oct 2016 11:57:37 +0200 Subject: [PATCH] Use t2.small as micro simply is too small --- test/selfhost-ec2-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/selfhost-ec2-test.js b/test/selfhost-ec2-test.js index 7f2de7a..2e42207 100644 --- a/test/selfhost-ec2-test.js +++ b/test/selfhost-ec2-test.js @@ -25,7 +25,7 @@ require('colors'); process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; const BOX_VERSION = process.env.BOX_VERSION; const EC2_SELFHOST_DOMAIN = process.env.EC2_SELFHOST_DOMAIN; -const EC2_TYPE = 't2.micro'; +const EC2_TYPE = 't2.small'; const EC2_SIZE = 30; const EC2_REGION = 'eu-central-1'; const EC2_SSH_KEY = 'id_rsa_e2e_selfhost';