Skip to content

Commit 2436aec

Browse files
committed
Limit MR max instance to 100 to avoid failure on Github
Signed-off-by: Victor Chang <[email protected]>
1 parent dd18a3e commit 2436aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration.Test/study.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"SeriesMin": 1,
44
"SeriesMax": 2,
55
"InstanceMin": 64,
6-
"InstanceMax": 128,
6+
"InstanceMax": 100,
77
"SizeMin": 0.36,
88
"SizeMax": 2
99
},
@@ -55,4 +55,4 @@
5555
"SizeMin": 1,
5656
"SizeMax": 2
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)