Sleep for 3, not 30s.
This commit is contained in:
parent
0fa19cca68
commit
742b2013f9
@ -55,7 +55,7 @@ def run():
|
||||
libcalamares.job.setprogress(0.1)
|
||||
libcalamares.utils.debug(accumulator)
|
||||
|
||||
sleep(30)
|
||||
sleep(3)
|
||||
# To indicate an error, return a tuple of:
|
||||
# (message, detailed-error-message)
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user