Lines Matching refs:timeout
209 "Add --gn-args=\"run_with_qemu=true\" timeout=\"1200\"\
333 enable_litecg, args_to_cmd, timeout, ignore_list: Optional[str] = None):
337 f"--timeout {timeout}",
389 timeout):
394 f" --timeout {timeout}" \
407 test262_cmd = "cd arkcompiler/ets_frontend && python3 test262/run_test262.py {0} --timeout {3}" \
416 " --ark-frontend=es2panda".format(args_to_test262_cmd, out_path, x64_out_path, timeout)
420 f" --timeout {timeout}" \
436 timeout):
439 cmd = f"cd {test_script_path} && python3 {test_script_name} {args_to_cmd} --timeout {timeout}" \
452 cmd = f"cd arkcompiler/ets_frontend && python3 {test_script_name} {args_to_cmd} --timeout {timeout}" \
464 args_to_test262_cmd, timeout):
467 cmd = f"cd {test_script_path} && python3 {test_script_name} {args_to_test262_cmd} --timeout {timeout}" \
483 cmd = f"cd {test_script_path} && python3 {test_script_name} {args_to_test262_cmd} --timeout {timeout}" \
856 out_path, x64_out_path, gn_args: list, args_to_cmd: str, timeout,
861 gn_args, out_path, x64_out_path, args_to_cmd, timeout)
864 gn_args, out_path, x64_out_path, args_to_cmd, timeout)
867 enable_litecg, args_to_cmd, timeout)
871 enable_litecg, args_to_cmd, timeout, ignore_list)
875 out_path, gn_args: list, log_file_name, args_to_cmd: str, timeout,
888 timeout=timeout,
904 timeout, arg_list = self.parse_timeout(arg_list)
923 timeout=timeout,
938 timeout, arg_list = self.parse_option(arg_list, option_name="--timeout", default_value=200)
959 timeout=timeout,
990 return self.parse_option(arg_list, option_name="--timeout", default_value=400000)