Skip to content

Commit 5533d60

Browse files
committed
I think this test is timing out for Windows
1 parent 439ed4e commit 5533d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-packages/basic-app/test/asset-rewriting-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const execa = require("execa");
66
chai.use(require('chai-fs'));
77

88
describe('rewriting HTML', function () {
9-
this.timeout(100000);
9+
this.timeout(150000);
1010

1111
it('builds an index.html that points to the browser build', async function () {
1212

0 commit comments

Comments
 (0)