Run e2e tests on 1gb droplets, the 512mb ones are underpowered by now

This commit is contained in:
Johannes Zellner 2016-01-19 11:28:27 +01:00
parent ba064f6499
commit 1bbf7bc396
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ describe('Application flow test', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
size: '512mb',
size: '1gb',
version: BOX_VERSION
});
box = appStore.waitForCloudron(box.id);

View File

@ -41,7 +41,7 @@ describe('Cloudron backup testing', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
size: '512mb',
size: '1gb',
version: BOX_VERSION
});
box = appStore.waitForCloudron(box.id);

View File

@ -62,7 +62,7 @@ describe('Cloudron update testing', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
size: '512mb',
size: '1gb',
version: fromVersion
});
box = appStore.waitForCloudron(box.id);

View File

@ -38,7 +38,7 @@ describe('Cloudron user creation testing', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
size: '512mb',
size: '1gb',
version: BOX_VERSION
});
box = appStore.waitForCloudron(box.id);

View File

@ -54,7 +54,7 @@ describe('Custom domain test', function () {
box = appStore.createCloudron({
domain: CUSTOM_DOMAIN,
region: 'sfo1',
size: '512mb',
size: '1gb',
version: BOX_VERSION
});
});

View File

@ -49,7 +49,7 @@ describe('Appstore new user flow', function () {
box = appStore.createCloudron({
domain: common.cloudronDomain(__filename),
region: 'sfo1',
size: '512mb',
size: '1gb',
version: BOX_VERSION
});
box = appStore.waitForCloudron(box.id);