Bump test timeout to 4 min

One or two tests, mostly on the powerdns job, are timing out - increase the
timeout while we work through the details.

Change-Id: I2ceaa33f4d49ddf6b2d8b140850c13648a97abde
This commit is contained in:
Kiall Mac Innes 2016-08-23 11:13:17 +01:00
parent 997e7ff1f6
commit c7eca5ac6c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ DnsGroup = [
default=1,
help="Time in seconds between build status checks."),
cfg.IntOpt('build_timeout',
default=120,
default=240,
help="Timeout in seconds to wait for an resource to build."),
cfg.IntOpt('min_ttl',
default=1,