Skip to content
Snippets Groups Projects
Commit dd69f378 authored by david_williams's avatar david_williams
Browse files

adjust timeouts to temporarily allow extra long test suites

parent ae17d163
No related branches found
No related tags found
No related merge requests found
......@@ -46,11 +46,20 @@
<property
name="testRoot"
value="${testRoot}"/>
<!-- temporarily changed from 30 minutes (1800000) to 2 hrs (7200000)
<!-- temporarily changed from 30 minutes to 1 hrs
to help spot problematic tests -->
<!--
Some common values, of milliseconds to more recognizable units:
14400000: 4 hours
7200000: 2 hours
3600000: 1 hour
1800000: 30 minutes
600000: 10 minutes
-->
<property
name="timeout"
value="7200000"/>
value="3600000"/>
<property
name="junit-report-output"
value="${junit-report-output}"/>
......
......@@ -27,7 +27,7 @@
<!-- if not otherwise set, use these default properties -->
<property
name="debugOptimization"
value="true" />
value="false" />
<!-- we should always normalize ("-repack") jars. For ones which are not supposed
to be normalized, such as pre-existing jars, they need to be added to the pack.properties file
......@@ -350,7 +350,7 @@
<target
name="makeBackupCopyForDebugging"
if="keepIfDebug">
<!-- temporary copy while confirming build to be able to do side-by-side comparisons -->
<!-- temporary copy while confirming build to be able to do side-by-side comparisons -->
<mkdir
dir="${buildDirectory}/backuporiginalzips" />
<copy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment