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