buildbot: Set timeout to 3600 seconds for acceptance tests
This commit is contained in:
parent
627fa4295f
commit
dd92f32c3a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue