Skip to content

Commit 1f0cc38

Browse files
Fix(perMessageDeflate): Add proper timeout for test.
1 parent a96521a commit 1f0cc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/permessage-deflate.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ describe('PerMessageDeflate', () => {
604604
done();
605605
});
606606
});
607-
});
607+
}).timeout(10000);
608608

609609
it('calls the callback if the deflate stream is closed prematurely', (done) => {
610610
const perMessageDeflate = new PerMessageDeflate();

0 commit comments

Comments
 (0)