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 53b5eef commit b72bc49Copy full SHA for b72bc49
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 = 10;
+ private static final int NUMBER_TASKS = 30000;
27
28
@Test
29
public void batchTest() throws MapRouletteException
0 commit comments