From ed62ae7bf366dcb6933d719f81419c61a96fa235 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 31 Mar 2016 17:39:51 -0700 Subject: [PATCH] arbitrarily run two tests in a different region --- test/cloudron-user-test.js | 2 +- test/custom-domain-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cloudron-user-test.js b/test/cloudron-user-test.js index f01ab8d..282dcb0 100644 --- a/test/cloudron-user-test.js +++ b/test/cloudron-user-test.js @@ -37,7 +37,7 @@ describe('Cloudron user creation testing', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ domain: common.cloudronDomain(__filename), - region: 'sfo1', + region: 'ams3', size: '1gb', version: BOX_VERSION }); diff --git a/test/custom-domain-test.js b/test/custom-domain-test.js index 25e0bdd..0a19ae8 100644 --- a/test/custom-domain-test.js +++ b/test/custom-domain-test.js @@ -53,7 +53,7 @@ describe('Custom domain test', function () { it('can create a cloudron', function () { box = appStore.createCloudron({ domain: CUSTOM_DOMAIN, - region: 'sfo1', + region: 'ams3', size: '1gb', version: BOX_VERSION });