Skip to content

Commit

Permalink
Finetuning test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 5, 2024
1 parent 2650bfc commit 64d7445
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class SPARQLProtocolWorkerTest {
public static void setup() throws IOException {
queryFile = Files.createTempFile("iguana-test-queries", ".tmp");
Files.writeString(queryFile, QUERY, StandardCharsets.UTF_8);
wm.setGlobalFixedDelay(2);
wm.setGlobalFixedDelay(5);
}

@BeforeEach
Expand Down Expand Up @@ -126,7 +126,7 @@ public static Stream<Arguments> requestFactoryData() throws URISyntaxException {

public static List<Arguments> completionTargets() {
final var out = new ArrayList<Arguments>();
final var queryMixesAmount = List.of(1, 2, 5, 10, 100, 1000);
final var queryMixesAmount = List.of(1, 2, 5, 10, 100, 200);
final var timeDurations = List.of(Duration.of(1, ChronoUnit.SECONDS), Duration.of(5, ChronoUnit.SECONDS));

for (var queryMixes : queryMixesAmount) {
Expand Down

0 comments on commit 64d7445

Please sign in to comment.