From f02da6448d6c99d39ebe24623f3584e80f52806e Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 29 Nov 2015 03:13:08 +0100 Subject: disable concurrency tests on appveyor --- test/test_script.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_script.py') diff --git a/test/test_script.py b/test/test_script.py index 39b216fb..b2bb33b9 100644 --- a/test/test_script.py +++ b/test/test_script.py @@ -62,6 +62,7 @@ def test_err(): tutils.raises(script.ScriptException, scr.unload) +@tutils.skip_appveyor def test_concurrent(): s = flow.State() fm = flow.FlowMaster(None, s) @@ -77,7 +78,7 @@ def test_concurrent(): # Two instantiations assert m.call_count == 0 # No calls yet. - assert (time.time() - t_start) < 0.5 + assert (time.time() - t_start) < 0.1 def test_concurrent2(): -- cgit v1.2.3