Skip to content

Commit ca7bbce

Browse files
Update astor.properties
Setting stop_first to true in order to stop after the first plausible patch
1 parent 88bdb1b commit ca7bbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/astor.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tmax1=10000
4848
#Time for evaluation the test suite i.e., regression testing (in milliseconds):
4949
tmax2=600000
5050
#
51-
stopfirst=false
51+
stopfirst=true
5252
#
5353
maxnumbersolutions=1000000
5454
#
@@ -217,4 +217,4 @@ keepcomments=true
217217
#
218218
folderDiff=./diffSolutions
219219
#
220-
nolog=False
220+
nolog=False

0 commit comments

Comments
 (0)