From 9bc162b4034effc68ceb1cc39f6901cf6899ad3e Mon Sep 17 00:00:00 2001 From: Packit Date: Oct 27 2020 15:27:07 +0000 Subject: Apply patch cups-driverd-timeout.patch patch_name: cups-driverd-timeout.patch present_in_specfile: true --- diff --git a/scheduler/ipp.c b/scheduler/ipp.c index 176cc83..40570b2 100644 --- a/scheduler/ipp.c +++ b/scheduler/ipp.c @@ -4533,7 +4533,7 @@ copy_model(cupsd_client_t *con, /* I - Client connection */ close(temppipe[1]); /* - * Wait up to 30 seconds for the PPD file to be copied... + * Wait up to 70 seconds for the PPD file to be copied... */ total = 0; @@ -4553,7 +4553,7 @@ copy_model(cupsd_client_t *con, /* I - Client connection */ FD_SET(temppipe[0], &input); FD_SET(CGIPipes[0], &input); - timeout.tv_sec = 30; + timeout.tv_sec = 70; timeout.tv_usec = 0; if ((i = select(maxfd, &input, NULL, NULL, &timeout)) < 0)