--- poll.module	2009-07-05 14:00:09.000000000 -0400
+++ poll.module	2009-07-07 14:45:23.000000000 -0400
@@ -279,7 +279,7 @@ function poll_form($node, $form_state) {
   );
 
   // Poll attributes
-  $duration = array(0 => t('Unlimited')) + drupal_map_assoc(array(86400, 172800, 345600, 604800, 1209600, 2419200, 4838400, 9676800, 31536000), "format_interval");
+  $duration = array(0 => t('Unlimited')) + drupal_map_assoc(array(86400, 172800, 259200, 345600, 432000, 518400, 604800, 1209600, 1814400, 2419200, 2592000, 5184000, 7776000, 15552000, 23328000, 31536000), "format_interval");
   $active = array(0 => t('Closed'), 1 => t('Active'));
 
   $form['settings'] = array(
