29a56f2
--- cups-1.2.7/scheduler/ipp.c.driverd-timeout	2006-11-22 10:41:28.000000000 +0000
29a56f2
+++ cups-1.2.7/scheduler/ipp.c	2006-11-22 10:45:55.000000000 +0000
29a56f2
@@ -4175,7 +4175,7 @@
29a56f2
   close(temppipe[1]);
29a56f2
 
29a56f2
  /*
29a56f2
-  * Wait up to 30 seconds for the PPD file to be copied...
29a56f2
+  * Wait up to 70 seconds for the PPD file to be copied...
29a56f2
   */
29a56f2
 
29a56f2
   total = 0;
29a56f2
@@ -4196,7 +4196,7 @@
29a56f2
     FD_SET(temppipe[0], input);
29a56f2
     FD_SET(CGIPipes[0], input);
29a56f2
 
29a56f2
-    timeout.tv_sec  = 30;
29a56f2
+    timeout.tv_sec  = 70;
29a56f2
     timeout.tv_usec = 0;
29a56f2
 
29a56f2
     if ((i = select(maxfd, input, NULL, NULL, &timeout)) < 0)