Sleep for 3, not 30s.

This commit is contained in:
Teo Mrnjavac 2015-11-20 18:09:36 +01:00
parent 0fa19cca68
commit 742b2013f9

View File

@ -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