Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 53224c7

Browse files
committed
try out failures
1 parent 71e2cb8 commit 53224c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spec/basic/lib_spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ describe('no protractor at all', function() {
22
it('should still do normal tests', function() {
33
expect(true).toBe(true);
44
});
5+
6+
// Another quick check. We are doing this to kick off master by itself.
7+
it('should still do normal tests', function() {
8+
expect(true).toBe(true);
9+
});
510
});
611

712
describe('protractor library', function() {

spec/errorTest/slowHttpAndTimeoutConf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ exports.config = {
1515

1616
baseUrl: env.baseUrl + '/ng1/',
1717

18-
allScriptsTimeout: 4000 // Each test waits on something that has a 5 second tick.
18+
allScriptsTimeout: 10000 // Each test waits on something that has a 5 second tick.
1919
};

0 commit comments

Comments
 (0)