michael@0: function test() { michael@0: function end() { michael@0: ok(false, "should have timed out"); michael@0: finish(); michael@0: } michael@0: waitForExplicitFinish(); michael@0: setTimeout(end, 40000); michael@0: }