Code:
function main()
{
    Console.PrintLine("Starting 60 minute wait");    Util.WaitForMilliseconds(3600000);    Console.PrintLine("Wait complete");}
I ran this with the simulated telescope and dome connected and there were no comm losses or overflows.