desktop-qa-automation/scripts
Jakub Sokołowski 1d5ca2dc7b
fix(all): refactor killing processes and waiting
* Use `psutils.pid_exists()` instead of iterating processes for no reason.
* Drop use of recursion which is completely unnecessarily complex. Use loop.
* Remove checking of `returncode` right away after process starts, it's too soon.
* Lower `PROCESS_TIMEOUT_SEC` to 5 seconds to avoid needless delays.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-12-01 14:48:46 +01:00
..
tools fix: remove windows carrige returns from files 2023-12-01 10:00:56 +03:00
utils fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
__init__.py test(pytest) Import squish as a python module. (#11421) 2023-07-10 17:55:10 +02:00