diff --git a/kibot/kiplot.py b/kibot/kiplot.py index f251da92..54eaca95 100644 --- a/kibot/kiplot.py +++ b/kibot/kiplot.py @@ -155,7 +155,7 @@ def exec_with_retry(cmd): def add_extra_options(cmd): if GS.debug_enabled: cmd.insert(1, '-'+'v'*GS.debug_level) - cmd.insert(1, '-r') + # cmd.insert(1, '-r') if GS.global_kiauto_time_out_scale: cmd.insert(1, str(GS.global_kiauto_time_out_scale)) cmd.insert(1, '--time_out_scale')