arbitrarily run two tests in a different region
This commit is contained in:
parent
eb130c9fe2
commit
ed62ae7bf3
@ -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
|
||||
});
|
||||
|
@ -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
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user