diff options
Diffstat (limited to 'test/functional-tests')
-rw-r--r-- | test/functional-tests/PfwTestCase/Types/tUINT32_ARRAY.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional-tests/PfwTestCase/Types/tUINT32_ARRAY.py b/test/functional-tests/PfwTestCase/Types/tUINT32_ARRAY.py index ce584ac..a5e0cb0 100644 --- a/test/functional-tests/PfwTestCase/Types/tUINT32_ARRAY.py +++ b/test/functional-tests/PfwTestCase/Types/tUINT32_ARRAY.py @@ -69,7 +69,7 @@ class TestCases(PfwTestCase): print '\r' self.pfw.sendCmd("setTuningMode", "on") print '\r' - self.array_size = 10 + self.array_size = 100 self.array_min = 0 self.array_max = 100 |