[dummyprocess] Add some delay in the dummy

main
Adriaan de Groot 6 years ago
parent 5daa3b61e1
commit e94bbc5e0c

@ -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

Loading…
Cancel
Save