diff --git a/crates/wasm/js-tests/browser/browser.test.ts b/crates/wasm/js-tests/browser/browser.test.ts
index fbbca62c..971efb6a 100644
--- a/crates/wasm/js-tests/browser/browser.test.ts
+++ b/crates/wasm/js-tests/browser/browser.test.ts
@@ -8,10 +8,11 @@ var suite = describe.skip;
if (global.browser) {
suite = describe;
}
+// firefox could be first-booting itself. Give it time.
+jest.setTimeout(60000);
+
suite("Integration tests for Firefox ESR 60.9", () => {
test("no-modules build works end to end", async () => {
- // firefox could be first-booting itself. Give it time.
- jest.setTimeout(60000);
await browser.get("file://" + __dirname + '/index.html');
let fail = browser.wait(until.elementLocated(By.id('failure')), 10000);
let succ = browser.wait(until.elementLocated(By.id('success')), 10000);
diff --git a/crates/wasm/js-tests/browser/index.html b/crates/wasm/js-tests/browser/index.html
index ca228cda..ddafaf1b 100644
--- a/crates/wasm/js-tests/browser/index.html
+++ b/crates/wasm/js-tests/browser/index.html
@@ -8,7 +8,7 @@
-
+