From 0ca9f5a305ecc5824b4b04cf55c8e3f061eb8246 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 28 Aug 2007 10:30:22 +0100 Subject: [PATCH] even longer timeouts --- debian/changelog | 2 +- runner/adt-run | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] -- 2.30.2