multithreaded runs for uat

This commit is contained in:
Joshua E. Jodesty 2019-03-04 09:12:06 -05:00
parent e37601ae22
commit 5f2d0801ca
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class Executor:
return sL return sL
# mech_pipeline # mech_pipeline - state_update_block
def state_update_pipeline( def state_update_pipeline(
self, self,
var_dict: Dict[str, List[Any]], var_dict: Dict[str, List[Any]],
@ -123,6 +123,7 @@ class Executor:
return states_list return states_list
# state_update_pipeline
def run_pipeline( def run_pipeline(
self, self,
var_dict: Dict[str, List[Any]], var_dict: Dict[str, List[Any]],