Files
snapd/tests/main/interfaces-process-control
Zeyad Yasser 3c541e7183 tests: kill process in interface-process-control as early as possible (#13973)
Cleaning (killing) the spawned process was deferred to restore but spread
waits for execute script to finish completely which causes the test to hang
for the whole time of the process (sleep 5m).

If the test is successful we could speed up the process by popping the
clean command.

Signed-off-by: Zeyad Gouda <zeyad.gouda@canonical.com>
2024-05-27 21:23:23 +03:00
..