mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
Sleep for 3, not 30s.
This commit is contained in:
parent
0fa19cca68
commit
742b2013f9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def run():
|
||||||
libcalamares.job.setprogress(0.1)
|
libcalamares.job.setprogress(0.1)
|
||||||
libcalamares.utils.debug(accumulator)
|
libcalamares.utils.debug(accumulator)
|
||||||
|
|
||||||
sleep(30)
|
sleep(3)
|
||||||
# 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…
Add table
Add a link
Reference in a new issue