Searched refs:timeout (Results 1 - 12 of 12) sorted by relevance
/build/test/example/ |
H A D | performance_test.py | 375 def producer(self, execute_cmd, out_queue, timeout=TIMEOUT): 380 @parameter timeout: execute cmd time out 403 if timeout and time.time() - start_time > timeout: 441 if timeout and time.time() - start_time > timeout: 442 raise TimeoutError("exec cmd timeout") 462 def consumer(self, out_queue, timeout=TIMEOUT): 466 @parameter timeout: execute cmd time out 473 if timeout an [all...] |
H A D | test_build_option.py | 107 def exec_command_communicate(cmd, timeout=60): 119 out, err_ = proc.communicate(timeout=timeout) 1037 def exec_command_select(self, cmd, timeout=60, ptyflag=False): 1052 if timeout and time.time() - start_time > timeout: 1082 if timeout and time.time() - start_time > timeout: 1136 def exec_command(self, cmd, ptyflag=PTYFLAG, timeout=TIMEOUT): 1138 return self.exec_command_select(cmd, timeout [all...] |
H A D | test_gn_template.py | 116 out, error = proc.communicate(timeout=TIME_OUT) 157 out, error = proc.communicate(timeout=TIME_OUT) 196 out, error = proc.communicate(timeout=TIME_OUT)
|
/build/tools/component_tools/static_check/ |
H A D | csct_online_entry.py | 50 result, errcode = ret.communicate(timeout=30)
|
/build/lite/ |
H A D | build_ext_components.py | 37 out, err = proc.communicate(timeout=500)
|
/build/ohos/images/mkimage/ |
H A D | judge_updater_image.py | 23 sout, serr = res.communicate(timeout=60)
|
/build/scripts/ |
H A D | sign_sdk.py | 79 stdout, stderr = process.communicate(timeout=3600) 84 raise TimeoutError(r"run xcrun cmd timeout")
|
H A D | download_sdk.py | 105 out, error = proc.communicate(timeout=60)
|
/build/hb/services/ |
H A D | hpm.py | 81 out, err = proc.communicate(timeout=5)
|
/build/ |
H A D | prebuilts_config.py | 31 sout, serr = res.communicate(timeout=10000)
190 except socket.timeout:
|
H A D | prebuilts_download.py | 250 cmd = ['timeout', '-s', '9', '90s', npm, 'install', '--registry', args.npm_registry, '--cache', npm_cache_dir] 417 process_cat.communicate(timeout=60)
|
/build/ohos/notice/ |
H A D | merge_notice_files.py | 267 stdout, stderr = process.communicate(timeout=600)
|
Completed in 7 milliseconds