$OpenBSD: patch-backend_ipp_c,v 1.2 2012/05/17 10:11:23 ajacoutot Exp $

Increase timeout so that it doesn't fail on low-end configurations.

--- backend/ipp.c.orig	Sat May  5 01:00:01 2012
+++ backend/ipp.c	Wed May 16 08:18:58 2012
@@ -644,7 +644,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...
@@ -2084,7 +2084,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);
