[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.bench.conf.js b/modules/pathkit/karma.bench.conf.js
index a2808a6..315903b 100644
--- a/modules/pathkit/karma.bench.conf.js
+++ b/modules/pathkit/karma.bench.conf.js
@@ -13,6 +13,7 @@
{ pattern: 'npm-wasm/bin/pathkit.wasm', included:false, served:true},
'perf/perfReporter.js',
'npm-wasm/bin/pathkit.js',
+ 'tests/pathkitinit.js',
'perf/*.bench.js'
],
@@ -38,8 +39,8 @@
// enable / disable watching file and executing tests whenever any file changes
autoWatch: true,
- browserDisconnectTimeout: 10000,
- browserNoActivityTimeout: 10000,
+ browserDisconnectTimeout: 20000,
+ browserNoActivityTimeout: 20000,
// start these browsers
browsers: ['Chrome'],
@@ -74,6 +75,7 @@
{ pattern: 'npm-asmjs/bin/pathkit.js.mem', included:false, served:true},
'perf/perfReporter.js',
'npm-asmjs/bin/pathkit.js',
+ 'tests/pathkitinit.js',
'perf/*.bench.js'
];