From a3dc7dc5cbcd9a5246668c14ee99d46175977a94 Mon Sep 17 00:00:00 2001 From: Mark DePristo Date: Fri, 8 Feb 2013 17:37:03 -0500 Subject: [PATCH] Extend AWS timeout for uploads of the GATK run reports to 30 seconds --- .../org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java index 277ffc082..02f2f9f02 100644 --- a/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java +++ b/public/java/src/org/broadinstitute/sting/gatk/phonehome/GATKRunReport.java @@ -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