summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/extras_modify_objects.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/optional/includes/extras_modify_objects.inc')
-rw-r--r--testautomation/framework/optional/includes/extras_modify_objects.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc
index b76782e64..75bca49fd 100644
--- a/testautomation/framework/optional/includes/extras_modify_objects.inc
+++ b/testautomation/framework/optional/includes/extras_modify_objects.inc
@@ -59,7 +59,7 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string )
' Iterators and number of documents, test values
dim iObject as integer ' Iterator
- dim iObjectCount( 20 ) as integer
+ dim iObjectCount( 100 ) as integer
dim iObjectSum as integer : iObjectSum = 0
dim iObjectCountExpected as integer