michael@0: function test() { michael@0: requestLongerTimeout(2); michael@0: function end() { michael@0: ok(true, "should not time out"); michael@0: finish(); michael@0: } michael@0: waitForExplicitFinish(); michael@0: setTimeout(end, 40000); michael@0: }