From 9b947f32c3db96c3022afad401b1349205d22259 Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Tue, 1 Mar 2016 16:42:48 +0100 Subject: 1. api-serer: - change multiprosessing work mechanism - add new pywrap functions handling 2. html-server: - now works through api-server --- xml/test/test_prop_mt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xml/test') diff --git a/xml/test/test_prop_mt.py b/xml/test/test_prop_mt.py index 3714597..a5e5fab 100644 --- a/xml/test/test_prop_mt.py +++ b/xml/test/test_prop_mt.py @@ -8,7 +8,7 @@ def read_from_register(ctx, value): cur = read_from_register.counter read_from_register.counter += 1 - for i in range (0, 60): + for i in range (0, 5): time.sleep(0.1) print cur out = ctx.get_property('/test/prop3') / 2 -- cgit v1.2.3