Ok thanks, that actually helped to find out the possible culprit. Sleep showed 30 and said there was a "user eventagent" as the culprit. Where are they located? I get different results from each use of the command30 seconds is not normal. I seem to remember that is close to how long a process can stop the sleep process from running until the OS force terminates it.
I had a similar issue, but can't remember the exact terminal command to run to find the problem (it was years ago)
You could try pmset -g
If sleep has a value of 0 it should also say what interrupted it (it gives a process id)
You could also do pmset -g log then do a search for sleep which may provide some information
pmset -g assertions could also provide some useful information
I'll see if I can find out the command I ran before
You could also try a different user account to see if they have the problem
Last edited: