Skip to content

Commit 487c4d2

Browse files
committed
chore: enable chrome browser tests on c9.io
1 parent 8906cdb commit 487c4d2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

karma-js.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ module.exports = function(config) {
5959
customLaunchers: {
6060
DartiumWithWebPlatform: {
6161
base: 'Dartium',
62-
flags: ['--enable-experimental-web-platform-features'] }
62+
flags: ['--enable-experimental-web-platform-features'] },
63+
ChromeNoSandbox: {
64+
base: 'Chrome',
65+
flags: ['--no-sandbox'] }
6366
},
6467
browsers: ['ChromeCanary'],
6568

test-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
register(System);
44
cjs(System);
55

6-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50;
6+
jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
77

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

0 commit comments

Comments
 (0)