Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…19244

Jenkins random hang during startup - Solaris and Linux
  • Loading branch information
mfriedenhagen committed Sep 30, 2013
1 parent 5ff66bf commit ae6f95f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -25,6 +25,9 @@ public abstract class AbstractHudsonTestCaseDeletingInstanceDir extends HudsonTe
static {
new File("target/tmp").mkdir();
System.setProperty("java.io.tmpdir", "target/tmp");
// Possible workaround for https://issues.jenkins-ci.org/browse/JENKINS-19244
// jenkins random hang during startup - Solaris and Linux
System.setProperty("hudson.model.Hudson.parallelLoad", "false");
}

/** {@inheritDoc} */
Expand Down

0 comments on commit ae6f95f

Please sign in to comment.