Increasing allowed response size in voltctl
Change-Id: I81293de85268c617df305a3137ed94a61ac938a4
diff --git a/libraries/voltctl.robot b/libraries/voltctl.robot
index 6130584..20eeaa2 100755
--- a/libraries/voltctl.robot
+++ b/libraries/voltctl.robot
@@ -584,7 +584,7 @@
[Arguments] ${count}
[Documentation] Check that a certain number of devices reached the ACTIVE/ENABLE state
${rc1} ${devices}= Run and Return Rc and Output
- ... ${VOLTCTL_CONFIG}; voltctl device list | grep -v OLT | grep ACTIVE | wc -l
+ ... ${VOLTCTL_CONFIG}; voltctl -m 8M device list | grep -v OLT | grep ACTIVE | wc -l
Should Be Equal As Integers ${rc1} 0
Should Be Equal As Integers ${devices} ${count}