Skip to content

Commit 70b3aab

Browse files
committed
Raise Complexipy threshold for now
1 parent 0375632 commit 70b3aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/ninja_gen/src/python.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ impl BuildAction for Complexipy {
301301
build.add_inputs("complexipy", inputs![":pyenv:complexipy"]);
302302
build.add_variable("folder", self.folder);
303303
let diff_args = if self.diff_mode {
304-
"--diff main -R -mx 15"
304+
"--diff main -R -mx 20"
305305
} else {
306306
""
307307
};

0 commit comments

Comments
 (0)