mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1279389 P2 Relax the timing in browser_telemetry_toolboxtabs_storage.js to account for osfile worker startup. r=jryans
This commit is contained in:
parent
7372c34b8e
commit
fe59a2e2da
@ -5,7 +5,7 @@ const TEST_URI = "data:text/html;charset=utf-8,<p>browser_telemetry_toolboxtabs_
|
||||
|
||||
// Because we need to gather stats for the period of time that a tool has been
|
||||
// opened we make use of setTimeout() to create tool active times.
|
||||
const TOOL_DELAY = 200;
|
||||
const TOOL_DELAY = 1000;
|
||||
|
||||
add_task(function* () {
|
||||
info("Activating the storage inspector");
|
||||
|
Loading…
Reference in New Issue
Block a user