Increase timeout for throughpcep csit job 48/33848/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 1 Feb 2016 11:41:01 +0000 (12:41 +0100)
committerVratko Polak <vrpolak@cisco.com>
Mon, 1 Feb 2016 11:41:01 +0000 (12:41 +0100)
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 <vrpolak@cisco.com>
jjb/bgpcep/bgpcep-csit-throughpcep.yaml

index cfbc4180fd3c9c55e445fae656acbc7974550191..2c2e4436cdfbb9dbf9fbdddba677ea5b2af5490b 100644 (file)
@@ -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.