| I wanted to add that this issue also occurs when running a p4groovy.run integrate command. > def integrateResults = perforce.run("integ", "-c${changeListNum{color:#569cd6}}", "//${SOURCE_BRANCH{color:#569cd6}}/...", "//${TARGET_BRANCH{color:#569cd6}}/...") The merge lasts longer than 5 minutes because there are so many files to integrate, and, as a result, the build process is aborted. If we can change that hard-coded timeout to a setting that we can modify, that would be ideal. Until then, my current workaround is to call a bat script that calls p4 integ. |