[pathkit] Clean up perf/test init
This will hopefully help with flakiness.
Bug: skia:8810
Change-Id: Id2fa9abcc0e95f0cf8b08557215766b4f9c57478
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/200047
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
diff --git a/modules/pathkit/karma.conf.js b/modules/pathkit/karma.conf.js
index 649d21d..47ff2d2 100644
--- a/modules/pathkit/karma.conf.js
+++ b/modules/pathkit/karma.conf.js
@@ -14,6 +14,7 @@
{ pattern: 'tests/*.json', included:false, served:true},
'tests/testReporter.js',
'npm-wasm/bin/test/pathkit.js',
+ 'tests/pathkitinit.js',
'tests/*.spec.js'
],
@@ -39,8 +40,8 @@
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,
- browserDisconnectTimeout: 15000,
- browserNoActivityTimeout: 15000,
+ browserDisconnectTimeout: 20000,
+ browserNoActivityTimeout: 20000,
// start these browsers
browsers: ['Chrome'],
@@ -76,6 +77,7 @@
{ pattern: 'tests/*.json', included:false, served:true},
'tests/testReporter.js',
'npm-asmjs/bin/test/pathkit.js',
+ 'tests/pathkitinit.js',
'tests/*.spec.js'
];