diff --git a/mozilla/layout/base/crashtests/379105-1.xhtml b/mozilla/layout/base/crashtests/379105-1.xhtml index 0ef5dfad952..662ebbd5cab 100644 --- a/mozilla/layout/base/crashtests/379105-1.xhtml +++ b/mozilla/layout/base/crashtests/379105-1.xhtml @@ -27,7 +27,7 @@ function boom2() { var nodes = document.getAnonymousNodes(xbltarget); if (!nodes) { - setTimeout(boom2, 0); + setTimeout(boom2, 10); return; } var anox = nodes[0];