~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test_on_merge.py

  • Committer: Maris Fogels
  • Date: 2010-05-25 15:33:06 UTC
  • mto: This revision was merged to the branch mainline in revision 11372.
  • Revision ID: maris.fogels@canonical.com-20100525153306-k80w77tsy7evfzzn
Lowered the test timeout a bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# before it is deemed to be hung, and then appropriately terminated.
24
24
# It's principal use is preventing a PQM job from hanging indefinitely and
25
25
# backing up the queue.
26
 
# e.g. Usage: TIMEOUT = 60 * 15
27
 
# This will set the timeout to 15 minutes.
28
 
#TIMEOUT = 60 * 150
29
 
TIMEOUT = 60
 
26
# e.g. Usage: TIMEOUT = 60 * 10
 
27
# This will set the timeout to 10 minutes.
 
28
TIMEOUT = 60 * 10
30
29
 
31
30
 
32
31
def main():