We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c3f33 commit b234390Copy full SHA for b234390
2 files changed
org.eclipse.wb.tests/pom.xml
@@ -22,7 +22,7 @@
22
<packaging>eclipse-test-plugin</packaging>
23
24
<properties>
25
- <uitest.vmparams>-Dwbp.burningwave.enabled=false</uitest.vmparams>
+ <uitest.vmparams>-Dwbp.burningwave.enabled=false -Dorg.eclipse.swtbot.search.timeout=30000</uitest.vmparams>
26
</properties>
27
28
<profiles>
org.eclipse.wb.tests/src/org/eclipse/wb/tests/designer/tests/DesignerTestCase.java
@@ -506,7 +506,7 @@ public boolean test() throws Exception {
506
public String getFailureMessage() {
507
return "\"Open type\" dialog took too long to find types.";
508
}
509
- }, 30000);
+ });
510
511
shell.button(buttonName).click();
512
0 commit comments