status-desktop/test/e2e/driver
Jakub Sokołowski bbc81717ce 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
..
__init__.py chore: squish waitFor method was customized (#272) 2023-11-07 16:05:43 +01:00
aut.py fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
context.py chore: Improve AUT methods (#223) 2023-10-27 13:44:45 +02:00
mouse.py fix: remove windows carrige returns from files 2023-12-01 10:00:56 +03:00
objects_access.py Test(pytest) start aut (#11482) 2023-08-04 20:27:03 +02:00
server.py fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00
squish_api.py chore: squish waitFor method was customized (#272) 2023-11-07 16:05:43 +01:00
toplevel_window.py Test(pytest) start aut (#11482) 2023-08-04 20:27:03 +02:00