Make dummypython sleep for 30sec.
This commit is contained in:
parent
22177be577
commit
fcb6817c54
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
import libcalamares
|
import libcalamares
|
||||||
import os
|
import os
|
||||||
from time import gmtime, strftime
|
from time import gmtime, strftime, sleep
|
||||||
|
|
||||||
|
|
||||||
def run():
|
def run():
|
||||||
@ -55,6 +55,7 @@ def run():
|
|||||||
libcalamares.job.setprogress(0.1)
|
libcalamares.job.setprogress(0.1)
|
||||||
libcalamares.utils.debug(accumulator)
|
libcalamares.utils.debug(accumulator)
|
||||||
|
|
||||||
|
sleep(30)
|
||||||
# To indicate an error, return a tuple of:
|
# To indicate an error, return a tuple of:
|
||||||
# (message, detailed-error-message)
|
# (message, detailed-error-message)
|
||||||
return None
|
return None
|
||||||
|
Loading…
Reference in New Issue
Block a user