Skip to content

Commit bc1879a

Browse files
authored
Merge pull request #20 from MatrixAI/feature-eliminate-id-quic-alignment
Remove `@matrixai/quic` and `@matrixai/id` and separate error tree
2 parents f6004f5 + a54eaa9 commit bc1879a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1102
-406
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const globals = {
2323
),
2424
// Default asynchronous test timeout
2525
defaultTimeout: 20000,
26-
polykeyStartupTimeout: 30000,
2726
failedConnectionTimeout: 50000,
2827
// Timeouts rely on setTimeout which takes 32 bit numbers
2928
maxTimeout: Math.pow(2, 31) - 1,

0 commit comments

Comments
 (0)