tor-browser

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

browser_baselinecoverage.js (366B)


      1 /* Any copyright is dedicated to the Public Domain.
      2 * http://creativecommons.org/publicdomain/zero/1.0/ */
      3 /* eslint-disable mozilla/no-arbitrary-setTimeout */
      4 
      5 "use strict";
      6 
      7 add_task(async function () {
      8  requestLongerTimeout(2);
      9  ok(true, "Collecting baseline coverage for javascript (.js) file types.");
     10  await new Promise(c => setTimeout(c, 30 * 1000));
     11 });