Skip to content
Snippets Groups Projects
Commit 6077110f authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Try longer timeout.

parent d72e6349
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ public class GitlabCISupport {
System.setProperty("monocle.platform", "Headless");
System.setProperty("prism.order", "sw");
System.setProperty("prism.text", "t2k");
System.setProperty("testfx.setup.timeout", "2500");
System.setProperty("testfx.setup.timeout", "5000");
}
}
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