Commit 587a3587 authored by David Sveningsson's avatar David Sveningsson
Browse files

ci: increase timeout of test

parent f441f8a0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,4 +26,4 @@ it("should match results", async () => {
		expect(filter(config.getConfigData())).toMatchSnapshot(`${projectRelative} config`);
		expect(report).toMatchSnapshot(`${projectRelative} result`);
	}
});
}, 15000);