Index: suite_leahi/shared/scripts/configuration/utility.py =================================================================== diff -u -r279e768763ca90eadc690f1c922889f8969e5e6f -rea332e15d3df5245676b6e5fb6f1a235e990c860 --- suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision 279e768763ca90eadc690f1c922889f8969e5e6f) +++ suite_leahi/shared/scripts/configuration/utility.py (.../utility.py) (revision ea332e15d3df5245676b6e5fb6f1a235e990c860) @@ -17,7 +17,7 @@ """ return " ".join(('leahi', *args)) -def get_object_from_names(names_dict, error_message = "Missing object", timeout_ms = 200): +def get_object_from_names(names_dict, error_message = "Missing object", timeout_ms = 3000): """ To get an object with try..except catching to prevent script errors when the object is not found on the GUI @param names_dict - the dictionary element from the names.py file (ie: names.some_variable_name_of_element)