Skip to content

Commit 2f5b540

Browse files
committed
revert NUMBER_TASKS count
1 parent b72bc49 commit 2f5b540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/java/org/maproulette/client/batch/BatchUploaderIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class BatchUploaderIntegrationTest extends IntegrationBase
2323
private static final Logger LOG = LoggerFactory.getLogger(BatchUploaderIntegrationTest.class);
2424
private static final int NUMBER_PROJECTS = 4;
2525
private static final int NUMBER_CHALLENGES = 3;
26-
private static final int NUMBER_TASKS = 30000;
26+
private static final int NUMBER_TASKS = 10;
2727

2828
@Test
2929
public void batchTest() throws MapRouletteException

0 commit comments

Comments
 (0)