Skip to content

Commit 83675c3

Browse files
authored
Update BuildFile.xml
1 parent 6dbf82d commit 83675c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DQMOffline/Configuration/test/BuildFile.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<test name="GetTestDQMOfflineConfigurationFile" command="edmCopyUtil ${INFILE} $(LOCALTOP)/tmp/"/>
55

66
<!-- To make the tests run in parallel, we chunk up the work into arbitrary sets of 10 sequences. -->
7-
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,341,10">
7+
<test name="TestDQMOfflineConfiguration" command="runtests.sh ${step_value} ${value} file://${LOCALTOP}/tmp/${INFILE_NAME}" for="0,999,10">
88
<flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/>
99
</test>
1010

1111
<!-- To make sure we actually got all sequences, the last check checks that there are no sequences beyond the last test -->
1212
<!-- This might need to updated when the number of distinct sequences grows, add more rows above and change the number here. -->
13-
<test name="TestDQMOfflineConfigurationGotAll" command="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 341">
13+
<test name="TestDQMOfflineConfigurationGotAll" command="runrest.sh file://${LOCALTOP}/tmp/${INFILE_NAME} 999">
1414
<flags PRE_TEST="GetTestDQMOfflineConfigurationFile"/>
1515
</test>

0 commit comments

Comments
 (0)