Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
merge 650202 to production-0.8
--HG--
branch : production-0.8
  • Loading branch information
John Ford committed Apr 19, 2011
2 parents 0bd55ad + 1c578bf commit 5651b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process/factory.py
Expand Up @@ -926,9 +926,9 @@ def addDoBuildSteps(self):
description=['compile'], description=['compile'],
env=self.env, env=self.env,
haltOnFailure=True, haltOnFailure=True,
timeout=7200 # 120 minutes, because windows PGO builds take a long time, timeout=10800,
# and because 10.6 builds on minis with 1 GB RAM take a REALLY # bug 650202 'timeout=7200', bumping to stop the bleeding while we diagnose
# long time. # the root cause of the linker time out.
) )


def addBuildInfoSteps(self): def addBuildInfoSteps(self):
Expand Down

0 comments on commit 5651b2f

Please sign in to comment.