Test disabling the KiAuto record.
This is just a test trying to solve GitLab issues.
This commit is contained in:
parent
57c517d02b
commit
3499087e86
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in New Issue