Skip to content

Commit 25d9187

Browse files
committed
fix test timeouts and sign up test failure
1 parent f9e7f6d commit 25d9187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/templates/e2e/account(auth)/signup/signup.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('Signup View', function() {
1212
};
1313

1414
var testUser = {
15-
name: 'Test User',
15+
name: 'Test',
1616
email: 'test@test.com',
1717
password: 'test'
1818
};

test/test-file-creation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ describe('angular-fullstack generator', function () {
348348
});
349349

350350
it('should run e2e tests successfully', function(done) {
351-
this.timeout(80000);
351+
this.timeout(240000); // 4 minutes
352352
gen.run({}, function () {
353353
exec('grunt test:e2e', function (error, stdout, stderr) {
354354
expect(stdout, 'Client tests failed \n' + stdout).to.contain('0 failures');

0 commit comments

Comments
 (0)