Skip to content

Commit 92f6b59

Browse files
committed
[PEx] Updates mvn test config
1 parent be565f6 commit 92f6b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/PRuntimes/PExplicitRuntime/src/main/java/pexplicit/runtime/scheduler/SchedulerInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public interface SchedulerInterface extends Serializable {
1414
/**
1515
* Perform the search
1616
*/
17-
void run() throws TimeoutException, InterruptedException, IOException;
17+
void run() throws TimeoutException, InterruptedException;
1818

1919
/**
2020
* Return a random PBool based on the search and strategy.

Src/PRuntimes/PExplicitRuntime/src/test/java/pexplicit/TestPExplicit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class TestPExplicit {
2727
private static String timeout = "30";
2828
private static String schedules = "100";
2929
private static String maxSteps = "10000";
30-
private static String runArgs = "";
30+
private static String runArgs = "--checker-args :--schedules-per-task:10";
3131
private static boolean initialized = false;
3232

3333
private static void setRunArgs() {

0 commit comments

Comments
 (0)