new york after all

This commit is contained in:
Girish Ramakrishnan 2016-05-30 12:45:47 -07:00
parent 45a16061d0
commit 920eed30f7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ describe('Appstore new user flow', function () {
}); });
it('can get the timezone', function () { it('can get the timezone', function () {
cloudron.checkTimeZone('America/Los_Angeles'); cloudron.checkTimeZone('America/New_York'); // this is the timezone of the ec2 ci machine
}); });
var location = 'haste' + (Math.random() * 10000).toFixed(); var location = 'haste' + (Math.random() * 10000).toFixed();