From 443a2e165739a3f343bf324be4d6e7df1517de49 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 16 Sep 2015 07:13:31 +0200 Subject: [PATCH] ipc tests: Speed up TestListen::test_atime_update. --- tests/unit/misc/test_ipc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/misc/test_ipc.py b/tests/unit/misc/test_ipc.py index f6114d7f2..138921424 100644 --- a/tests/unit/misc/test_ipc.py +++ b/tests/unit/misc/test_ipc.py @@ -338,7 +338,7 @@ class TestListen: @pytest.mark.posix def test_atime_update(self, qtbot, ipc_server): - ipc_server._atime_timer.setInterval(500) # We don't want to wait 6h + ipc_server._atime_timer.setInterval(100) # We don't want to wait 6h ipc_server.listen() old_atime = os.stat(ipc_server._server.fullServerName()).st_atime_ns