We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72bc49 commit 2f5b540Copy full SHA for 2f5b540
src/integrationTest/java/org/maproulette/client/batch/BatchUploaderIntegrationTest.java
@@ -23,7 +23,7 @@ public class BatchUploaderIntegrationTest extends IntegrationBase
23
private static final Logger LOG = LoggerFactory.getLogger(BatchUploaderIntegrationTest.class);
24
private static final int NUMBER_PROJECTS = 4;
25
private static final int NUMBER_CHALLENGES = 3;
26
- private static final int NUMBER_TASKS = 30000;
+ private static final int NUMBER_TASKS = 10;
27
28
@Test
29
public void batchTest() throws MapRouletteException
0 commit comments