Skip to content
Snippets Groups Projects
Commit 285aad67 authored by François Grand's avatar François Grand
Browse files

test(e2e): increase timeout for failing tests

refs #483
parent e0403b11
No related branches found
No related tags found
2 merge requests!225Release v4.17.0,!176Resolve "Fusionner les "select" avec "source" et les "select_custom""
......@@ -20,6 +20,9 @@ describe("ngHyd − calculate all parameters of all calculators", async () => {
calcPage = new CalculatorPage();
prefPage = new PreferencesPage();
navBar = new Navbar();
// increase timeout to avoid "Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL" message
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10 * 60 * 1000; // 10 min
});
// get calculators list (IDs) @TODO read it from config, but can't import jalhyd here :/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment