Skip to content

Commit fb6b304

Browse files
committed
bump test timeout to 30 seconds
1 parent 030a01b commit fb6b304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/output_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function getDefinitionsForInterface (interfaceName) {
1515
}
1616

1717
describe('Definition File', function () {
18-
this.timeout(20000)
18+
this.timeout(30 * 1000)
1919

2020
before((done) => {
2121
spawn('node', ['cli.js', '-o=electron.d.ts'], {

0 commit comments

Comments
 (0)