From f2637dcf46e05af93566bb683b2d7ec830761386 Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Sun, 27 Dec 2020 11:06:03 +0000 Subject: Stabilize NavigationPresenterImpl test --- test/content/presenters/NavigationPresenter.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test') 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) => { -- cgit v1.2.3