e27eb52
diff -up cups-1.3.9/scheduler/ipp.c.driverd-timeout cups-1.3.9/scheduler/ipp.c
e27eb52
--- cups-1.3.9/scheduler/ipp.c.driverd-timeout	2009-01-28 17:34:35.000000000 +0000
e27eb52
+++ cups-1.3.9/scheduler/ipp.c	2009-01-28 17:35:17.000000000 +0000
e27eb52
@@ -4424,7 +4424,7 @@ copy_model(cupsd_client_t *con,		/* I - 
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;
e27eb52
@@ -4444,7 +4444,7 @@ copy_model(cupsd_client_t *con,		/* I - 
e27eb52
     FD_SET(temppipe[0], &input);
e27eb52
     FD_SET(CGIPipes[0], &input);
29a56f2
 
29a56f2
-    timeout.tv_sec  = 30;
29a56f2
+    timeout.tv_sec  = 70;
29a56f2
     timeout.tv_usec = 0;
29a56f2
 
e27eb52
     if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)