Skip to content
Snippets Groups Projects

NSHM Unit tests

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -61,7 +61,7 @@ class NshmTestUtils {
return new NshmModel(
nshm,
ModelLoader.load(nshm.modelPath()),
Executors.newFixedThreadPool(cores));
Executors.newFixedThreadPool(4));
}
/**
Loading