Revert simplistic fix pending revisit of Mozilla integration attempt.
3 info("This should delay timeout");
6 ok(true, "Should have not timed out, but notified long running test");
9 waitForExplicitFinish();
10 setTimeout(message, 20000);
11 setTimeout(end, 40000);