Created
March 3, 2022 04:26
-
-
Save ncalexan/f8b8491539aff836b1ba4162c77e8db8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/devtools/client/debugger/test/mochitest/browser_dbg-backgroundtask-debugging.js b/devtools/client/debugger/test/mochitest/browser_dbg-backgroundtask-debugging.js | |
--- a/devtools/client/debugger/test/mochitest/browser_dbg-backgroundtask-debugging.js | |
+++ b/devtools/client/debugger/test/mochitest/browser_dbg-backgroundtask-debugging.js | |
@@ -17,6 +17,8 @@ | |
* this have so far not been robust in automation. | |
*/ | |
+"use strict"; | |
+ | |
requestLongerTimeout(4); | |
/* import-globals-from ../../../framework/browser-toolbox/test/helpers-browser-toolbox.js */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment