Skip to content

Commit

Permalink
chore: enable chrome browser tests on c9.io
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Apr 17, 2015
1 parent 8906cdb commit 487c4d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion karma-js.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ module.exports = function(config) {
customLaunchers: {
DartiumWithWebPlatform: {
base: 'Dartium',
flags: ['--enable-experimental-web-platform-features'] }
flags: ['--enable-experimental-web-platform-features'] },
ChromeNoSandbox: {
base: 'Chrome',
flags: ['--no-sandbox'] }
},
browsers: ['ChromeCanary'],

Expand Down
2 changes: 1 addition & 1 deletion test-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
register(System);
cjs(System);

jasmine.DEFAULT_TIMEOUT_INTERVAL = 50;
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;

// Cancel Karma's synchronous start,
// we will call `__karma__.start()` later, once all the specs are loaded.
Expand Down

0 comments on commit 487c4d2

Please sign in to comment.