$OpenBSD: patch-backend_ipp_c,v 1.3 2012/08/04 14:37:04 ajacoutot Exp $

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

--- backend/ipp.c.orig	Thu Jul 26 10:38:30 2012
+++ backend/ipp.c	Thu Jul 26 10:38:48 2012
@@ -653,7 +653,7 @@ main(int  argc,				/* I - Number of command-line args 
   }
 
   http = _httpCreate(hostname, port, addrlist, cupsEncryption(), AF_UNSPEC);
-  httpSetTimeout(http, 30.0, timeout_cb, NULL);
+  httpSetTimeout(http, 90.0, timeout_cb, NULL);
 
  /*
   * See if the printer supports SNMP...
@@ -2104,7 +2104,7 @@ monitor_printer(
 
   http = _httpCreate(monitor->hostname, monitor->port, NULL, monitor->encryption,
                      AF_UNSPEC);
-  httpSetTimeout(http, 30.0, timeout_cb, NULL);
+  httpSetTimeout(http, 90.0, timeout_cb, NULL);
   if (username[0])
     cupsSetUser(username);
   cupsSetPasswordCB(password_cb);
