I am attempting to run all tests in a package on Jenkins. It's pulling my 
repository and building just fine, but is timing out for some reason. I've 
attached screenshots of my pom.xml, testNG.xml, and console output. I'm not 
getting any errors and am not sure how to further troubleshoot this.....


Started by user anonymous <http://localhost:8080/user/null>
Building in workspace 
/Users/Shared/Jenkins/Home/jobs/Selenium_Application/workspace
 > /usr/local/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/local/bin/git config remote.origin.url 
 > git@******:QA/Selenium_Application.git # timeout=10
Fetching upstream changes from git@******:QA/Selenium_Application.git
 > /usr/local/bin/git --version # timeout=10
using GIT_SSH to set credentials 
 > /usr/local/bin/git -c core.askpass=true fetch --tags --progress 
 > git@******:QA/Selenium_Application.git +refs/heads/*:refs/remotes/origin/*
 > /usr/local/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/local/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # 
 > timeout=10
Checking out Revision a4a6964bcf79dcca474e102e6c142dea07ca425b 
(refs/remotes/origin/master)
 > /usr/local/bin/git config core.sparsecheckout # timeout=10
 > /usr/local/bin/git checkout -f a4a6964bcf79dcca474e102e6c142dea07ca425b
 > /usr/local/bin/git rev-list 82c112c475beb27e5a62d66e63a83f392b28e24e # 
 > timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 59683
[workspace] $ 
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/bin/java -cp 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/usr/local/apache-maven-3.3.9/boot/plexus-classworlds-2.5.2.jar:/usr/local/apache-maven-3.3.9/conf/logging
 jenkins.maven3.agent.Maven32Main /usr/local/apache-maven-3.3.9/ 
/Users/Shared/Jenkins/Home/war/WEB-INF/lib/remoting-2.53.3.jar 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar
 
/Users/Shared/Jenkins/Home/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar
 59683
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f 
/Users/Shared/Jenkins/Home/jobs/Selenium_Application/workspace/pom.xml clean 
test
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Selenium tests project 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] *--- maven-clean-plugin:2.5:clean (default-clean) @ selenium-app ---
*[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.657 s
[INFO] Finished at: 2016-04-06T14:01:09-06:00
[INFO] Final Memory: 9M/203M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving 
/Users/Shared/Jenkins/Home/jobs/Selenium_Application/workspace/pom.xml to 
com.selenium.test/selenium-app/1.0-SNAPSHOT/selenium-app-1.0-SNAPSHOT.pom
channel stopped
Finished: SUCCESS

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/bcd624a7-40ff-40ba-ad00-9fdb4a15f433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to