Skip to content

Commit 9da286b

Browse files
committed
Reduce MR instance size to avoid test failures on Github
Signed-off-by: Victor Chang <[email protected]>
1 parent 2436aec commit 9da286b

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
@@ -2,8 +2,8 @@
22
"MR": {
33
"SeriesMin": 1,
44
"SeriesMax": 2,
5-
"InstanceMin": 64,
6-
"InstanceMax": 100,
5+
"InstanceMin": 32,
6+
"InstanceMax": 64,
77
"SizeMin": 0.36,
88
"SizeMax": 2
99
},

0 commit comments

Comments
 (0)