diff --git a/script/test/TestStreamNotFixed.py b/script/test/TestStreamNotFixed.py index 041b65b..a733a3e 100644 --- a/script/test/TestStreamNotFixed.py +++ b/script/test/TestStreamNotFixed.py @@ -7,6 +7,6 @@ st1.start() st1.waitCacheChange(10000) try: - bscan (st1, 10, 10) + bscan (st1, 100, 10, save=False) finally: st1.close() \ No newline at end of file