Skip to content

Commit

Permalink
Update MultithreadedTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme authored Aug 26, 2024
1 parent 2319564 commit 1c248e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private void runValidationFailuresTest(Sail sail, IsolationLevels isolationLevel
deadlockDetectionThread.start();

// Refactoring this causes tests to hang forever
(https://github.com/ponder-lab/rdf4j/actions/runs/10568156440/job/29278593171)
// (https://github.com/ponder-lab/rdf4j/actions/runs/10568156440/job/29278593171)
executorService = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors() * 2);

Utils.loadShapeData(repository, "complexBenchmark/shacl.trig");
Expand Down

0 comments on commit 1c248e8

Please sign in to comment.