rlescak / rpms / cups

Forked from rpms/cups 2 years ago
Clone
4743e10
diff -up cups-1.5b1/scheduler/ipp.c.driverd-timeout cups-1.5b1/scheduler/ipp.c
4743e10
--- cups-1.5b1/scheduler/ipp.c.driverd-timeout	2011-05-24 15:44:55.000000000 +0200
4743e10
+++ cups-1.5b1/scheduler/ipp.c	2011-05-24 15:44:56.000000000 +0200
4743e10
@@ -5720,7 +5720,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;
4743e10
@@ -5740,7 +5740,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)