Blame SOURCES/cups-driverd-timeout.patch

87cf9a
diff -up cups-1.5.0/scheduler/ipp.c.driverd-timeout cups-1.5.0/scheduler/ipp.c
87cf9a
--- cups-1.5.0/scheduler/ipp.c.driverd-timeout	2011-10-10 17:03:41.801690962 +0100
87cf9a
+++ cups-1.5.0/scheduler/ipp.c	2011-10-10 17:03:41.861689834 +0100
87cf9a
@@ -5723,7 +5723,7 @@ copy_model(cupsd_client_t *con,		/* I -
87cf9a
   close(temppipe[1]);
87cf9a
 
87cf9a
  /*
87cf9a
-  * Wait up to 30 seconds for the PPD file to be copied...
87cf9a
+  * Wait up to 70 seconds for the PPD file to be copied...
87cf9a
   */
87cf9a
 
87cf9a
   total = 0;
87cf9a
@@ -5743,7 +5743,7 @@ copy_model(cupsd_client_t *con,		/* I -
87cf9a
     FD_SET(temppipe[0], &input);
87cf9a
     FD_SET(CGIPipes[0], &input);
87cf9a
 
87cf9a
-    timeout.tv_sec  = 30;
87cf9a
+    timeout.tv_sec  = 70;
87cf9a
     timeout.tv_usec = 0;
87cf9a
 
87cf9a
     if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)