Blame SOURCES/cups-driverd-timeout.patch

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