Skip to content

Commit

Permalink
[PEx] Updates mvn test config
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Jul 15, 2024
1 parent 4565eda commit c02f0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public interface SchedulerInterface extends Serializable {
/**
* Perform the search
*/
void run() throws TimeoutException, InterruptedException, IOException;
void run() throws TimeoutException, InterruptedException;

/**
* Return a random PBool based on the search and strategy.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class TestPExplicit {
private static String timeout = "30";
private static String schedules = "100";
private static String maxSteps = "10000";
private static String runArgs = "";
private static String runArgs = "--checker-args :--schedules-per-task:10";
private static boolean initialized = false;

private static void setRunArgs() {
Expand Down

0 comments on commit c02f0ed

Please sign in to comment.