Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 381ac13

Browse files
Alan Shawvasco-santos
authored andcommitted
chore: increase silent timeout even more
1 parent bbe561b commit 381ac13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/create-node.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('create node', function () {
133133
})
134134

135135
it('should be silent', function (done) {
136-
this.timeout(10 * 1000)
136+
this.timeout(30 * 1000)
137137

138138
sinon.spy(console, 'log')
139139

0 commit comments

Comments
 (0)