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:
parent
9ab14c0384
commit
0fa9da56bf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user