Skip to content

Commit c4b1abe

Browse files
committed
Update row count in batch upload test.
1 parent 5c85c0d commit c4b1abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httprpc/src/test/java/org/httprpc/BulkUploadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public static void main(String[] args) throws Exception {
6262
}
6363

6464
private static void testUpload() throws IOException {
65-
testUpload("http://localhost:8080/httprpc-test/bulk-upload/upload", "Upload", 500);
65+
testUpload("http://localhost:8080/httprpc-test/bulk-upload/upload", "Upload", 5000);
6666
testUpload("http://localhost:8080/httprpc-test/bulk-upload/upload-batch", "Upload Batch", 500000);
6767
}
6868

0 commit comments

Comments
 (0)