Index: trunk/pstamp/scripts/pstamp_parser_run.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 34231)
+++ trunk/pstamp/scripts/pstamp_parser_run.pl	(revision 34232)
@@ -127,5 +127,5 @@
 if ($uri =~ /^http:/) {
     # if the uri is an http uri download the file 
-    my $command = "$dsget --uri $uri --filename $new_uri";
+    my $command = "$dsget --uri $uri --filename $new_uri --timeout 120";
     my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
         run(command => $command, verbose => $verbose);
