mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05: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.utils.debug(accumulator)
|
||||
|
||||
sleep(30)
|
||||
sleep(3)
|
||||
# To indicate an error, return a tuple of:
|
||||
# (message, detailed-error-message)
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue