setTimeout(() => { console.log("Test ran"); }, 3_000); // we use 3s so we can reproduce better the issue #7790