--- orig\Gallery2Flickr.class.php	2007-01-04 21:28:30.685001600 +0000
+++ new\Gallery2Flickr.class.php	2007-01-04 21:31:59.555342400 +0000
@@ -305,6 +305,11 @@
       return false;
     }
 
+    // disable PHP script timeout feature
+    // without this uploads of large images
+    // fail
+    set_time_limit(0);
+    
     $pid = $this->flickr->sync_upload ($path, 
 				       $item->getTitle(), 
 				       $item->getDescription(), 
