We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439ed4e commit 5533d60Copy full SHA for 5533d60
test-packages/basic-app/test/asset-rewriting-test.js
@@ -6,7 +6,7 @@ const execa = require("execa");
6
chai.use(require('chai-fs'));
7
8
describe('rewriting HTML', function () {
9
- this.timeout(100000);
+ this.timeout(150000);
10
11
it('builds an index.html that points to the browser build', async function () {
12
0 commit comments