$OpenBSD: patch-scheduler_ipp_c,v 1.17 2015/08/01 07:18:12 ajacoutot Exp $

Increase timeout for the PPD file to be copied so that it doesn't fail
on low-end configurations.

--- scheduler/ipp.c.orig	Tue Jul  7 19:28:51 2015
+++ scheduler/ipp.c	Sat Aug  1 09:14:22 2015
@@ -4424,7 +4424,7 @@ copy_model(cupsd_client_t *con,		/* I - Client connect
   close(temppipe[1]);
 
  /*
-  * Wait up to 30 seconds for the PPD file to be copied...
+  * Wait up to 90 seconds for the PPD file to be copied...
   */
 
   total = 0;
@@ -4444,7 +4444,7 @@ copy_model(cupsd_client_t *con,		/* I - Client connect
     FD_SET(temppipe[0], &input);
     FD_SET(CGIPipes[0], &input);
 
-    timeout.tv_sec  = 30;
+    timeout.tv_sec  = 90;
     timeout.tv_usec = 0;
 
     if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)
