[dummyprocess] Add some delay in the dummy

This commit is contained in:
Adriaan de Groot 2019-06-17 15:53:02 +02:00
parent 5daa3b61e1
commit e94bbc5e0c

View File

@ -5,5 +5,5 @@ type: "job"
name: "dummyprocess"
interface: "process"
chroot: false
command: "/bin/sh -c \"touch ~/calamares-dummyprocess\""
timeout: 5
command: "/bin/sh -c \"sleep 5 ; touch ~/calamares-dummyprocess\""
timeout: 8