[dummyprocess] Add some delay in the dummy
This commit is contained in:
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…
Reference in New Issue
Block a user