Skip to content

Commit 576b9b1

Browse files
committed
bumped timeout:
1 parent 8364be9 commit 576b9b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.only('rewriting HTML', function () {
9-
this.timeout(50000);
9+
this.timeout(100000);
1010

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

0 commit comments

Comments
 (0)