mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
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>