dangerzone/tests/isolation_provider
Alex Pyrgiotis 756945931f
container: Handle case where docker kill hangs
We have encountered several conversions where the `docker kill` command
hangs.  Handle this case by specifying a timeout to this command. If the
timeout expires, log a warning and proceed with the rest of the
termination logic (i.e., kill the conversion process).

Fixes #854
2024-07-01 17:56:21 +03:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py tests: Properly skip tests for isolation providers 2024-06-27 22:11:37 +03:00
test_container.py container: Handle case where docker kill hangs 2024-07-01 17:56:21 +03:00
test_dummy.py tests: Properly skip tests for isolation providers 2024-06-27 22:11:37 +03:00
test_qubes.py tests: Properly skip tests for isolation providers 2024-06-27 22:11:37 +03:00