From 754f3aa2308505fc0c4ca877f2f5acc25e0429f1 Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 27 Feb 2023 10:29:49 +0100 Subject: [PATCH] test(js): Increase test timeout for CI --- Tests/lib/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/lib/config.js b/Tests/lib/config.js index 9ba337a5e..0afd79989 100644 --- a/Tests/lib/config.js +++ b/Tests/lib/config.js @@ -41,4 +41,5 @@ export default { sogo_tool_path: "/usr/local/sbin/sogo-tool", webCalendarURL: "http://inverse.ca/sogo-integration-tests/CanadaHolidays.ics" -} \ No newline at end of file +} +jasmine.DEFAULT_TIMEOUT_INTERVAL = 10000; \ No newline at end of file