$OpenBSD: patch-backend_ipp_c,v 1.14 2015/12/05 07:36:20 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	Fri Oct  9 15:15:22 2015
+++ backend/ipp.c	Sat Dec  5 08:29:28 2015
@@ -684,7 +684,7 @@ main(int  argc,				/* I - Number of command-line args 
 
   http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, cupsEncryption(), 1,
                       0, NULL);
-  httpSetTimeout(http, 30.0, timeout_cb, NULL);
+  httpSetTimeout(http, 90.0, timeout_cb, NULL);
 
   if (httpIsEncrypted(http))
   {
@@ -2314,7 +2314,7 @@ monitor_printer(
 
   http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC,
                       monitor->encryption, 1, 0, NULL);
-  httpSetTimeout(http, 30.0, timeout_cb, NULL);
+  httpSetTimeout(http, 90.0, timeout_cb, NULL);
   if (username[0])
     cupsSetUser(username);
 
