Skip to content

Commit

Permalink
Aagh browser integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthisk committed Oct 14, 2016
1 parent 9a45b2d commit 053a001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karma.ci.config.js
Expand Up @@ -74,6 +74,6 @@ module.exports = function(config) {

// Concurrency level
// how many browser should be started simultaneous
concurrency: 1
concurrency: 3
});
};
2 changes: 2 additions & 0 deletions test/integration/common/faye_test.js
Expand Up @@ -20,6 +20,8 @@ describe('[INTEGRATION] Stream client (Faye)', function() {
});

it('fayeSubscribeListening', function(done) {
this.timeout(60000);

var testUser1 = this.user1,
testUser2 = this.user2,
testUser3 = this.user3;
Expand Down

0 comments on commit 053a001

Please sign in to comment.