tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 4ce73f1fabb1a60144986567300507d2dd247e8a
parent ea144b09617862b9dc4b9dcb43efddb85eba5f13
Author: Florian Quèze <florian@queze.net>
Date:   Tue, 21 Oct 2025 08:42:46 +0000

Bug 1995058 - set the default xpcshell test timeout to 30s, r=jmaher.

Differential Revision: https://phabricator.services.mozilla.com/D269185

Diffstat:
Mtesting/xpcshell/runxpcshelltests.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/xpcshell/runxpcshelltests.py b/testing/xpcshell/runxpcshelltests.py @@ -54,7 +54,7 @@ try: except ImportError: build = None -HARNESS_TIMEOUT = 5 * 60 +HARNESS_TIMEOUT = 30 TBPL_RETRY = 4 # defined in mozharness # benchmarking on tbpl revealed that this works best for now