Index: trunk/pstamp/scripts/pstamp_queue_requests.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 27172)
+++ trunk/pstamp/scripts/pstamp_queue_requests.pl	(revision 27186)
@@ -19,6 +19,8 @@
 my $dbserver;
 my $limit;
+my $timeout = 10;
 
 GetOptions(
+    'timeout=i'     =>  \$timeout,
     'verbose'       =>  \$verbose,
     'dbname=s'      =>  \$dbname,
@@ -117,4 +119,5 @@
         my $command = "$dsproductls --uri $ds->{uri}/index.txt";
         $command .= " --last_fileset $ds->{lastFileset}" if $ds->{lastFileset};
+        $command .= " --timeout $timeout";
 
         my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
