From 7b1796d823b38f7c8c801e19c51a4044bc39b17c Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Tue, 15 Dec 2015 17:46:09 +0200 Subject: TRex API: increase timeout (from 30 to 40) of waiting for TRex to change state from Starting to Idle or Running. --- scripts/automation/trex_control_plane/server/trex_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/automation/trex_control_plane/server') diff --git a/scripts/automation/trex_control_plane/server/trex_server.py b/scripts/automation/trex_control_plane/server/trex_server.py index 9868d6c8..bf788d35 100755 --- a/scripts/automation/trex_control_plane/server/trex_server.py +++ b/scripts/automation/trex_control_plane/server/trex_server.py @@ -259,7 +259,7 @@ class CTRexServer(object): return False - def start_trex(self, trex_cmd_options, user, block_to_success = True, timeout = 30): + def start_trex(self, trex_cmd_options, user, block_to_success = True, timeout = 40): with self.start_lock: logger.info("Processing start_trex() command.") if self.is_reserved(): -- cgit 1.2.3-korg