5b01ebd
diff -up cups-1.7b1/scheduler/ipp.c.driverd-timeout cups-1.7b1/scheduler/ipp.c
5b01ebd
--- cups-1.7b1/scheduler/ipp.c.driverd-timeout	2013-04-19 12:24:43.003841810 +0200
5b01ebd
+++ cups-1.7b1/scheduler/ipp.c	2013-04-19 12:24:43.204839107 +0200
5b01ebd
@@ -4556,7 +4556,7 @@ copy_model(cupsd_client_t *con,		/* I -
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;
5b01ebd
@@ -4576,7 +4576,7 @@ copy_model(cupsd_client_t *con,		/* I -
245606c
     FD_SET(temppipe[0], &input);
245606c
     FD_SET(CGIPipes[0], &input);
18cfbfe
 
18cfbfe
-    timeout.tv_sec  = 30;
18cfbfe
+    timeout.tv_sec  = 70;
18cfbfe
     timeout.tv_usec = 0;
18cfbfe
 
245606c
     if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)