]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 23:29:45 +0000 (23:29 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 20 Mar 2013 23:29:45 +0000 (23:29 +0000)
MagickCore/delegate.c

index a49b45bdd77c281b276ffd0066a50604fff508a9..c67ffe3e80870ec9264590aba680fbb710b3fcc7 100644 (file)
@@ -1046,9 +1046,9 @@ MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info,
               count;
 
             /*
-              Wait for input file to 'disappear', or maximum 8 seconds.
+              Wait for input file to 'disappear', or maximum 10 seconds.
             */
-            count=80;
+            count=100;
             while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0))
               (void) MagickDelay(100);  /* sleep 0.1 seconds */
           }