From: Ian Jackson Date: Tue, 28 Aug 2007 09:30:22 +0000 (+0100) Subject: even longer timeouts X-Git-Tag: converted-from-bzr~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0ca9f5a305ecc5824b4b04cf55c8e3f061eb8246;p=autopkgtest.git even longer timeouts --- diff --git a/debian/changelog b/debian/changelog index 675f6ec..db03637 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ autopkgtest (1.0.4) unstable; urgency=low Architecture: field corrected so package selection works properly. * adt-testreport-onepackage: use ln -f when installing summary. * hosts/cadmium/*: new directory for stuff on Canonical buildd. - * adt-run: increase timeouts to 3ks for tests and 10ks for builds. + * adt-run: increase timeouts 10s, 3ks, 10ks, 100ks. * adt-testreport-onepackage: suppress repetitive emails. * hosts/cadmium/onepackage-config: change destination directory diff --git a/runner/adt-run b/runner/adt-run index 9578790..eb4fb2c 100755 --- a/runner/adt-run +++ b/runner/adt-run @@ -45,7 +45,7 @@ signal.signal(signal.SIGINT, signal.SIG_DFL) # undo stupid Python SIGINT thing tmpdir = None # pathstring on host testbed = None # Testbed errorcode = 0 # exit status that we are going to use -timeouts = { 'short':10, 'install':900, 'test':3000, 'build':10000 } +timeouts = { 'short':10, 'install':3000, 'test':10000, 'build':100000 } binaries = None # Binaries (.debs we have registered) build_essential = ["build-essential"]