Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
dd69f378
Commit
dd69f378
authored
16 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
adjust timeouts to temporarily allow extra long test suites
parent
ae17d163
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml
+11
-2
11 additions, 2 deletions
...er/distribution/wtp.tests/testScripts/wtp-junit-tests.xml
releng.wtpbuilder/scripts/build/buildutilities.xml
+2
-2
2 additions, 2 deletions
releng.wtpbuilder/scripts/build/buildutilities.xml
with
13 additions
and
4 deletions
releng.wtpbuilder/distribution/wtp.tests/testScripts/wtp-junit-tests.xml
+
11
−
2
View file @
dd69f378
...
...
@@ -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=
"
72
00000"
/>
value=
"
36
00000"
/>
<property
name=
"junit-report-output"
value=
"${junit-report-output}"
/>
...
...
This diff is collapsed.
Click to expand it.
releng.wtpbuilder/scripts/build/buildutilities.xml
+
2
−
2
View file @
dd69f378
...
...
@@ -27,7 +27,7 @@
<!-- if not otherwise set, use these default properties -->
<property
name=
"debugOptimization"
value=
"
tru
e"
/>
value=
"
fals
e"
/>
<!-- 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment