Revert "ipc tests: Speed up TestListen::test_atime_update."

This reverts commit 443a2e1657.

We actually need to wait a bit to make sure the atime is updated.
This commit is contained in:
Florian Bruhin 2015-09-16 07:16:14 +02:00
parent 9ab14c0384
commit 0fa9da56bf

View File

@ -338,7 +338,7 @@ class TestListen:
@pytest.mark.posix
def test_atime_update(self, qtbot, ipc_server):
ipc_server._atime_timer.setInterval(100) # We don't want to wait 6h
ipc_server._atime_timer.setInterval(500) # We don't want to wait 6h
ipc_server.listen()
old_atime = os.stat(ipc_server._server.fullServerName()).st_atime_ns