Skip to content

Commit c591db5

Browse files
committed
Remove debug settings
1 parent 7b7e1ab commit c591db5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dartagnan/src/main/java/com/dat3m/dartagnan/verification/TaskSolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class TaskSolver implements AutoCloseable {
4242
name = TIMEOUT,
4343
description = "Timeout before interrupting the task solver. Can specify time units ns, ms, s (default), min, and h.")
4444
@TimeSpanOption(min = 0, codeUnit = TimeUnit.MILLISECONDS, defaultUserUnit = TimeUnit.SECONDS)
45-
private int timeout = 1200;
45+
private int timeout = 0;
4646

4747
private boolean hasTimeout() {
4848
return timeout > 0;

0 commit comments

Comments
 (0)