From: Paul Vinciguerra Date: Mon, 2 Dec 2019 18:40:33 +0000 (-0500) Subject: papi: add a per-call _timeout option X-Git-Tag: v20.05-rc0~287 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e2ccdf0316243a1486109743e3de532cae5f3254;hp=e2ccdf0316243a1486109743e3de532cae5f3254;p=vpp.git papi: add a per-call _timeout option add the ability to override the default timeout value on a per-call basis. Use: rv = self.vapi.papi.cli_inband(cmd='wait 10', _timeout=15) Type: feature Change-Id: Ia90a58586a1f63e02118599a2a4b7141e5a0b90d Signed-off-by: Paul Vinciguerra ---