Maximum wait for GATK run report upload reduced to 10 seconds

This commit is contained in:
Mark DePristo 2012-07-26 09:46:56 -04:00
parent e6b326c189
commit 874dbf5b58
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class GATKRunReport {
private static File REPORT_SENTINEL = new File(REPORT_DIR.getAbsolutePath() + "/ENABLE");
// number of milliseconds before the S3 put operation is timed-out:
private static final long S3PutTimeOut = 30 * 1000;
private static final long S3PutTimeOut = 10 * 1000;
/**