Skip to content

Commit b75d213

Browse files
author
Christian Lüthold
committed
test optimization
Signed-off-by: Christian Lüthold <biocodr@gmail.com>
1 parent c51737f commit b75d213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/hive2hive/processframework/decorators/AsyncComponentTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ public void testRollbackSuccess2() throws InvalidProcessStateException, ProcessE
209209
public void testRollbackFail2() throws InvalidProcessStateException, ProcessExecutionException,
210210
InterruptedException, ExecutionException, ProcessRollbackException {
211211

212-
for (int i = 0; i < 100; i++) {
213-
logger.debug(String.format("Run %s/100.", i + 1));
212+
for (int i = 0; i < 25; i++) {
213+
logger.debug(String.format("Run %s/25.", i + 1));
214214

215215
// test executing component (execution ongoing)
216216
IProcessComponent<Void> decoratedComponent = TestUtil.rollbackFailComponent();

0 commit comments

Comments
 (0)