MCPcopy Create free account
hub / github.com/FastLED/FastLED / wait

Method wait

ci/util/pio_process_killer.py:351–360  ·  view source on GitHub ↗

Wait for process to complete. Args: timeout: Maximum time to wait in seconds Returns: Process return code

(self, timeout: float | None = None)

Source from the content-addressed store, hash-verified

349 return self._proc.returncode
350
351 def wait(self, timeout: float | None = None) -> int:
352 """Wait for process to complete.
353
354 Args:
355 timeout: Maximum time to wait in seconds
356
357 Returns:
358 Process return code
359 """
360 return self._proc.wait(timeout=timeout)
361
362 def communicate(
363 self, input: bytes | str | None = None, timeout: float | None = None

Callers 15

run_testFunction · 0.45
run_clang_format_diffFunction · 0.45
build_profilerMethod · 0.45
_run_with_timeoutMethod · 0.45
run_compileFunction · 0.45
run_uploadFunction · 0.45
_run_docker_commandMethod · 0.45
build_board_imageMethod · 0.45

Calls

no outgoing calls

Tested by 5

run_testFunction · 0.36
test_callbackFunction · 0.36
run_meson_testFunction · 0.36
kill_process_treeFunction · 0.36