buildbot: Set timeout to 3600 seconds for acceptance tests

This commit is contained in:
Mitchell Hashimoto 2011-11-19 20:35:48 -08:00
parent 627fa4295f
commit dd92f32c3a
1 changed files with 1 additions and 0 deletions

View File

@ -96,4 +96,5 @@ class AcceptanceTests(ShellCommand):
# Make sure that the proper environment variables for the test # Make sure that the proper environment variables for the test
# get passed through to the slave # get passed through to the slave
kwargs["env"] = { "ACCEPTANCE_CONFIG": WithProperties("%(acceptance_config_path)s") } kwargs["env"] = { "ACCEPTANCE_CONFIG": WithProperties("%(acceptance_config_path)s") }
kwargs["timeout"] = 3600
ShellCommand.__init__(self, **kwargs) ShellCommand.__init__(self, **kwargs)