[master/rhel7-branch] Extend the timeout period to 180s in the case of cmdline error. (#1034773)

Samantha N. Bueno sbueno+anaconda at redhat.com
Thu Jan 23 15:13:10 UTC 2014


Resolves: rhbz#1034773
---
 pyanaconda/exception.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index 42220be..a9cdceb 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -106,7 +106,7 @@ class AnacondaExceptionHandler(ExceptionHandler):
             # to acknowledge the error; instead, print the error out and sleep
             # for a few seconds before exiting the installer
             print(cmdline_error_msg)
-            time.sleep(10)
+            time.sleep(180)
             sys.exit(0)
         else:
             try:
-- 
1.8.3.1



More information about the anaconda-patches mailing list