Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run Bustage fix (Ts on mac) a=anodelman r=rcampbell

This commit is contained in:
anodelman@mozilla.com 2008-01-04 10:23:36 -08:00
parent 8b6f3e40e4
commit be623b0300

View File

@ -39,6 +39,7 @@
<html>
<!-- call this with an arg, e.g. file://foo/startup-test.html?begin=12345678 -->
<!-- In-line this to avoid compilation. -->
<script language="JavaScript" type="text/javascript" src="../page_load_test/quit.js"></script>
<body onload="
var now = (new Date()).getTime();
@ -48,6 +49,7 @@
if (window.dump) {
dump('__start_report' + startupTime + '__end_report\n\n');
}
goQuitApplication();
window.close();
">
</body>