Index: update_status.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/update_status/update_status.module,v
retrieving revision 1.83.2.35
diff -u -p -r1.83.2.35 update_status.module
--- update_status.module	25 Mar 2008 17:14:24 -0000	1.83.2.35
+++ update_status.module	8 Jun 2008 12:44:12 -0000
@@ -1383,6 +1383,9 @@ function theme_update_status_version($ve
 function update_status_refresh() {
   global $base_url;
 
+  // Ensure we're not running out of time.
+  @set_time_limit(240);
+
   // Since we're fetching new available update data, we want to clear
   // everything in our cache, to ensure we recompute the status. Note that
   // this does not cause update_status_get_projects() to be recomputed twice
