mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
Increase increment to drastically speed test (and test fewer IPs)
This commit is contained in:
@@ -29,7 +29,7 @@ public class IPMatcherTest {
|
||||
private static final String IP6_FULL_ADDRESS2 = "2001:18e8:3:171:218:8bff:fe2a:56a3";
|
||||
private static final String IP6_MASKED_ADDRESS = "2001:18e8:3::/48";
|
||||
|
||||
private final static int increment = 6;
|
||||
private final static int increment = 17;
|
||||
|
||||
private static IPMatcher ip6FullMatcher;
|
||||
private static IPMatcher ip6MaskedMatcher;
|
||||
|
Reference in New Issue
Block a user