@fails-components/webtransport 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "A component to add webtransport support (server and client) to node.js using libquiche",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
@@ -12,10 +12,6 @@ import { pTimeout } from './fixtures/p-timeout.js'
12
12
  */
13
13
 
14
14
  describe('datagrams', function () {
15
- // FIXME: sometimes there are seemingly arbitrary 5s delays in
16
- // communicating with the server under node.js
17
- this.timeout(30000)
18
-
19
15
  /** @type {import('../lib/dom').WebTransport | undefined} */
20
16
  let client
21
17