We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8906cdb commit 487c4d2Copy full SHA for 487c4d2
karma-js.conf.js
@@ -59,7 +59,10 @@ module.exports = function(config) {
59
customLaunchers: {
60
DartiumWithWebPlatform: {
61
base: 'Dartium',
62
- flags: ['--enable-experimental-web-platform-features'] }
+ flags: ['--enable-experimental-web-platform-features'] },
63
+ ChromeNoSandbox: {
64
+ base: 'Chrome',
65
+ flags: ['--no-sandbox'] }
66
},
67
browsers: ['ChromeCanary'],
68
test-main.js
@@ -3,7 +3,7 @@
3
register(System);
4
cjs(System);
5
6
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 50;
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 100;
7
8
// Cancel Karma's synchronous start,
9
// we will call `__karma__.start()` later, once all the specs are loaded.
0 commit comments