Skip to content

Commit fa9c004

Browse files
committed
increase time for windows tests
1 parent e00e2b3 commit fa9c004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-packages/basic-app/test/build-test.js

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

99
describe('it builds', function() {
10-
this.timeout(50000);
10+
this.timeout(100000);
1111

1212
it('builds into dist by default', async function() {
1313

0 commit comments

Comments
 (0)