chiark / gitweb /
even longer timeouts
authorIan Jackson <ian@davenant.greenend.org.uk>
Tue, 28 Aug 2007 09:30:22 +0000 (10:30 +0100)
committerIan Jackson <ian@davenant.greenend.org.uk>
Tue, 28 Aug 2007 09:30:22 +0000 (10:30 +0100)
debian/changelog
runner/adt-run

index 675f6eca366215bd0c47a0aa4067085dade95dc1..db036375eb64a7f715af7f3716c0bf2f75b46b9b 100644 (file)
@@ -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
 
index 9578790e64962916e9f9d8a5d035516c0e925617..eb4fb2c16ba590baacccc768f04153a68a964e52 100755 (executable)
@@ -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"]