aboutsummaryrefslogtreecommitdiff
path: root/experimental
diff options
context:
space:
mode:
authorKevin Lubick <kjlubick@google.com>2018-10-18 10:00:00 -0400
committerKevin Lubick <kjlubick@google.com>2018-10-18 14:54:33 +0000
commitd04b551b4a1890b4c7e2fd26596ca7c85cff7d2a (patch)
tree5f24c1b6d910f2dc7a51208dc43b2f3987880830 /experimental
parent66005a98938f6948bd88dd7fbc4dea8fd8f868fd (diff)
downloadskqp-d04b551b4a1890b4c7e2fd26596ca7c85cff7d2a.tar.gz
[canvaskit] Increase timeout thresholds for perf
Especially on the very first load of the wasm binary, this has been seen to sometimes timeout. Bug: skia: Change-Id: I9321eb1e2f70751a1dbbaee3c1e54d38f5bea450 Reviewed-on: https://skia-review.googlesource.com/c/163247 Reviewed-by: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'experimental')
-rw-r--r--experimental/canvaskit/perf/animation.bench.js2
-rw-r--r--experimental/canvaskit/tests/path.spec.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/experimental/canvaskit/perf/animation.bench.js b/experimental/canvaskit/perf/animation.bench.js
index 6767f9ac34..7c3a5305f5 100644
--- a/experimental/canvaskit/perf/animation.bench.js
+++ b/experimental/canvaskit/perf/animation.bench.js
@@ -1,6 +1,6 @@
// The increased timeout is especially needed with larger binaries
// like in the debug/gpu build
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
describe('CanvasKit\'s Animation', function() {
// Note, don't try to print the CanvasKit object - it can cause Karma/Jasmine to lock up.
diff --git a/experimental/canvaskit/tests/path.spec.js b/experimental/canvaskit/tests/path.spec.js
index 8d943486a1..970c79dd3d 100644
--- a/experimental/canvaskit/tests/path.spec.js
+++ b/experimental/canvaskit/tests/path.spec.js
@@ -1,6 +1,6 @@
// The increased timeout is especially needed with larger binaries
// like in the debug/gpu build
-jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000;
+jasmine.DEFAULT_TIMEOUT_INTERVAL = 20000;
describe('CanvasKit\'s Path Behavior', function() {
// Note, don't try to print the CanvasKit object - it can cause Karma/Jasmine to lock up.