Skip to content

Commit

Permalink
Increase EditorTest timeout
Browse files Browse the repository at this point in the history
Test fails on jenkins only (probably due to slow vms) thus bigger
timeout should allow the test to complete.
  • Loading branch information
akurtakov committed Oct 4, 2024
1 parent 40cae5e commit c630bd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class EditorTest extends AbstractMavenProjectTestCase {

private static final String XML_PREFERENCES_DOWNLOAD_EXTERNAL_RESOURCES = "org.eclipse.wildwebdeveloper.xml.downloadExternalResources.enabled";

private static final long WAIT_TIMEOUT = 15000;
private static final long WAIT_TIMEOUT = 60000;

private IWorkbenchPage page;
private IProject project;
Expand Down

0 comments on commit c630bd2

Please sign in to comment.