Skip to content

Commit

Permalink
decreased swtbot.timeout
Browse files Browse the repository at this point in the history
10 seconds should be enough and if there are failures we don't have to
wait too long.

Change-Id: I5f766e1fe7a727c85390cbbbf76ec2b31a234a0c
  • Loading branch information
LorenzoBettini committed Dec 23, 2016
1 parent 108d683 commit 7a9fe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/org.eclipse.emf.parsley.parent/pom.xml
Expand Up @@ -81,7 +81,7 @@
<uiTestsArgs>${memoryArgs} ${os-jvm-flags} -Dorg.eclipse.swt.browser.DefaultType=mozilla</uiTestsArgs>
<pdeTestsArgs>-DbuildingWithTycho=true</pdeTestsArgs>
<skipDragAndDropTests>true</skipDragAndDropTests>
<swtbotTestsArgs>${uiTestsArgs} -DskipDragAndDropTests=${skipDragAndDropTests} -Dorg.eclipse.swtbot.search.timeout=150000 -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false</swtbotTestsArgs>
<swtbotTestsArgs>${uiTestsArgs} -DskipDragAndDropTests=${skipDragAndDropTests} -Dorg.eclipse.swtbot.search.timeout=10000 -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false</swtbotTestsArgs>

<!-- <jacoco.reportPath>../target/jacoco.exec</jacoco.reportPath> -->
<!-- <findbugs.reportPath>../target/findbugs</findbugs.reportPath> -->
Expand Down

0 comments on commit 7a9fe5b

Please sign in to comment.