Skip to content

Commit e0686ff

Browse files
committed
Trying to find new case for it
1 parent 6da6a5d commit e0686ff

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/org/rascalmpl/compiler/BreakTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class BreakTest {
3434
// notCompatibleAfterChangingFunctionArgument
3535
// notCompatibleAfterChangingFunctionArgument
3636

37-
private static final int PARALLEL_RUNS = 1; // set to 1 to avoid any multi-threading interactions, but it might take 20 rounds or something
37+
private static final int PARALLEL_RUNS = 8; // set to 1 to avoid any multi-threading interactions, but it might take 20 rounds or something
3838
private static final int TRIES = 1000 / PARALLEL_RUNS;
3939

4040
public static void main(String[] args) throws IOException, InterruptedException {

src/org/rascalmpl/compiler/lang/rascalcore/check/TestConfigs.rsc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ loc TMP_COMPILED_RASCAL = |tmp:///compiled-rascal/|;
6969

7070
// ---- PathConfigs for testing purposes --------------------------------------
7171

72-
public loc testRoot = |memory://6e17d46a-06e9-42aa-bd98-182ca2dbd8d3/|;// uuid()[scheme="memory"];
72+
//public loc testRoot = |memory://6e17d46a-06e9-42aa-bd98-182ca2dbd8d3/|;// uuid()[scheme="memory"];
73+
public loc testRoot = uuid()[scheme="memory"];
7374
public loc testModulesRoot = testRoot + "src";
7475

7576
private int npc = 0;

0 commit comments

Comments
 (0)