We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8364be9 commit 576b9b1Copy full SHA for 576b9b1
1 file changed
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.only('rewriting HTML', function () {
9
- this.timeout(50000);
+ this.timeout(100000);
10
11
it('builds an index.html that points to the browser build', async function () {
12
0 commit comments