aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorShin'ya UEOKA <ueokande@i-beam.org>2020-12-27 11:06:03 +0000
committerShin'ya UEOKA <ueokande@i-beam.org>2020-12-27 11:21:00 +0000
commitf2637dcf46e05af93566bb683b2d7ec830761386 (patch)
tree2f132e0782221dd58b5eb328f4808942490ab0c4 /test
parentf0630ef6ffe21d3d4813ebd38683ad8cb7e81f70 (diff)
Stabilize NavigationPresenterImpl test
Diffstat (limited to 'test')
-rw-r--r--test/content/presenters/NavigationPresenter.test.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/content/presenters/NavigationPresenter.test.ts b/test/content/presenters/NavigationPresenter.test.ts
index af3b487..8d003c4 100644
--- a/test/content/presenters/NavigationPresenter.test.ts
+++ b/test/content/presenters/NavigationPresenter.test.ts
@@ -1,7 +1,9 @@
import { NavigationPresenterImpl } from "../../../src/content/presenters/NavigationPresenter";
import { expect } from "chai";
-describe("NavigationPresenterImpl", () => {
+describe("NavigationPresenterImpl", function () {
+ this.timeout(5000);
+
let sut: NavigationPresenterImpl;
const testRel = (done: () => void, rel: string, html: string) => {