Index: profile_migrate.module
===================================================================
--- profile_migrate.module	(revision 417)
+++ profile_migrate.module	(revision 418)
@@ -127,7 +127,7 @@ function profile_migrate_fields($type_na
   // This is a somewhat long process that is hard to break
   // down into smaller steps, we don't want to timeout.
   $old_time = ini_get('max_execution_time');
-  ini_set('max_execution_time', 240);
+  ini_set('max_execution_time', 999);
   
   module_load_include('inc', 'content', 'includes/content.crud');
   
