Blame SOURCES/cups-driverd-timeout.patch

ce62dc
diff -up cups-1.7b1/scheduler/ipp.c.driverd-timeout cups-1.7b1/scheduler/ipp.c
ce62dc
--- cups-1.7b1/scheduler/ipp.c.driverd-timeout	2013-04-19 12:24:43.003841810 +0200
ce62dc
+++ cups-1.7b1/scheduler/ipp.c	2013-04-19 12:24:43.204839107 +0200
ce62dc
@@ -4556,7 +4556,7 @@ copy_model(cupsd_client_t *con,		/* I -
ce62dc
   close(temppipe[1]);
ce62dc
 
ce62dc
  /*
ce62dc
-  * Wait up to 30 seconds for the PPD file to be copied...
ce62dc
+  * Wait up to 70 seconds for the PPD file to be copied...
ce62dc
   */
ce62dc
 
ce62dc
   total = 0;
ce62dc
@@ -4576,7 +4576,7 @@ copy_model(cupsd_client_t *con,		/* I -
ce62dc
     FD_SET(temppipe[0], &input);
ce62dc
     FD_SET(CGIPipes[0], &input);
ce62dc
 
ce62dc
-    timeout.tv_sec  = 30;
ce62dc
+    timeout.tv_sec  = 70;
ce62dc
     timeout.tv_usec = 0;
ce62dc
 
ce62dc
     if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)