aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) => {