Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2019-06-20 13:05:45 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2019-06-20 13:05:45 +0300
commit64f143cd423a99bbd7b749a89e8bf6162e9e9390 (patch)
tree3071c1e545bddac4fd214d20a441f9ac61f7ac74
parente66c51aab15e8490ffcabdb0e72c558d434b04d1 (diff)
Increase SWTBot timeout
-rw-r--r--Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index e85c72e90..0ca49cac5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
}
}
steps {
- sh 'export DISPLAY=:99; mvn -V -U -f pom-first.xml clean install && mvn -V clean install -Denable-ui-tests'
+ sh 'export DISPLAY=:99; mvn -V -U -f pom-first.xml clean install && mvn -V clean install -Dorg.eclipse.swtbot.search.timeout=20000 -Denable-ui-tests'
}
post {
always {
@@ -83,7 +83,7 @@ pipeline {
}
}
steps {
- sh 'export DISPLAY=:99; mvn -V -U -f pom-first.xml clean install && mvn -V clean install -Denable-ui-tests'
+ sh 'export DISPLAY=:99; mvn -V -U -f pom-first.xml clean install && mvn -V clean install -Dorg.eclipse.swtbot.search.timeout=20000 -Denable-ui-tests'
}
post {
always {