From 43c994f09e43eeb9f0f9f57a88e178af72e28b99 Mon Sep 17 00:00:00 2001 From: Dave Townsend Date: Mon, 12 Aug 2013 10:53:29 -0700 Subject: [PATCH] Bug 903115: Many context-menu tests timeout on tinderbox. r=jsantell --- addon-sdk/source/test/test-context-menu.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/addon-sdk/source/test/test-context-menu.js b/addon-sdk/source/test/test-context-menu.js index 0f5c94624016..df3a91435ca2 100644 --- a/addon-sdk/source/test/test-context-menu.js +++ b/addon-sdk/source/test/test-context-menu.js @@ -3144,9 +3144,7 @@ exports.testSelectionInOuterFrameNoMatch = function (test) { // WARNING: This looks up items in popups by comparing labels, so don't give two // items the same label. function TestHelper(test) { - // default waitUntilDone timeout is 10s, which is too short on the win7 - // buildslave - test.waitUntilDone(30*1000); + test.waitUntilDone(); this.test = test; this.loaders = []; this.browserWindow = Cc["@mozilla.org/appshell/window-mediator;1"].