--- /_drupalpatches/imagefield_crop.js	2009-09-09 17:52:49.000000000 -0400
+++ /_drupalpatches/imagefield_crop_new.js	2009-09-09 18:03:07.000000000 -0400
@@ -2,7 +2,7 @@
 
 Drupal.behaviors.imagefield_crop = function (context) { 
   // wait till 'fadeIn' effect ends (defined in filefield_widget.inc)
-  setTimeout(attachJcrop, 1000, context);
+  setTimeout(attachJcrop, 5000, context);
 
   function attachJcrop(context) {
     if ($('#cropbox', context).length == 0) {
