From: Vratko Polak Date: Mon, 1 Feb 2016 11:41:01 +0000 (+0100) Subject: Increase timeout for throughpcep csit job X-Git-Tag: release/beryllium~57^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=commitdiff_plain;h=f5fc4ea1ae6ce8192360841d7a7c87034416baf5 Increase timeout for throughpcep csit job Current performance both in Lithium and Beryllium is too close to the previous limit, leading to failed tests even when performance is within usual variance. Change-Id: I638d29a84c053a0adae12324dc310426e210c616 Signed-off-by: Vratko Polak --- diff --git a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml index cfbc4180f..2c2e4436c 100644 --- a/jjb/bgpcep/bgpcep-csit-throughpcep.yaml +++ b/jjb/bgpcep/bgpcep-csit-throughpcep.yaml @@ -31,7 +31,7 @@ # The other options are workarounds for Sandbox not being as performant # as the private lab where this suite was developed. # Robot custom options: - robot-options: '-v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:360' + robot-options: '-v PCEP_READY_VERIFY_TIMEOUT:5 -v RESTCONF_REUSE:False -v UPDATER_TIMEOUT:600' # This performance test can take up to one hour to finish, # so the job is defined to run once a day.