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:
Ben Kelly 2016-06-28 18:47:55 -07:00
parent 7372c34b8e
commit fe59a2e2da

View File

@ -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");