Hello OZ_666,
Thank you for your question and for reaching out with your question today.
I believe this is to do with using the /MT switch. Robocopy will add the time used by each thread instead of showing the overall time used. For example, if you're using 6 threads and every thread takes 10 seconds, Robocopy will show 60 seconds used even though only 10 seconds passed in real time. Hence why the time is so different. You can verify this by changing the number of threads via the /MT switch to see if the difference changes.
If the reply was helpful, please don’t forget to upvote or accept as answer.