Extend AWS timeout for uploads of the GATK run reports to 30 seconds

This commit is contained in:
Mark DePristo 2013-02-08 17:37:03 -05:00
parent db5b5e3482
commit a3dc7dc5cb
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class GATKRunReport {
/**
* number of milliseconds before the S3 put operation is timed-out:
*/
private static final long S3_PUT_TIME_OUT = 10 * 1000;
private static final long S3_PUT_TIME_OUT = 30 * 1000;
/**
* The root file system directory where we keep common report data