[dummyprocess] Add some delay in the dummy
This commit is contained in:
parent
5daa3b61e1
commit
e94bbc5e0c
@ -5,5 +5,5 @@ type: "job"
|
|||||||
name: "dummyprocess"
|
name: "dummyprocess"
|
||||||
interface: "process"
|
interface: "process"
|
||||||
chroot: false
|
chroot: false
|
||||||
command: "/bin/sh -c \"touch ~/calamares-dummyprocess\""
|
command: "/bin/sh -c \"sleep 5 ; touch ~/calamares-dummyprocess\""
|
||||||
timeout: 5
|
timeout: 8
|
||||||
|
Loading…
Reference in New Issue
Block a user