From 6d70e359a2d9759e0daf3eb4d60cc8f0fe3171e8 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Thu, 14 Nov 2019 15:46:02 +0100 Subject: [PATCH] Startup --- script/test/TestStreamNotFixed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/TestStreamNotFixed.py b/script/test/TestStreamNotFixed.py index a733a3e..a2136d0 100644 --- a/script/test/TestStreamNotFixed.py +++ b/script/test/TestStreamNotFixed.py @@ -7,6 +7,6 @@ st1.start() st1.waitCacheChange(10000) try: - bscan (st1, 100, 10, save=False) + bscan (st1, 10, 10, save=False) finally: st1.close() \ No newline at end of file