Skip to content

Commit b18d187

Browse files
CMCDragonkaitegefaulkes
authored andcommitted
chore: removed polykeyStartupTimeout, as it is no longer used
1 parent 63d763c commit b18d187

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

jest.config.js

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

tests/global.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ declare var projectDir: string;
1010
declare var testDir: string;
1111
declare var dataDir: string;
1212
declare var defaultTimeout: number;
13-
declare var polykeyStartupTimeout: number;
1413
declare var failedConnectionTimeout: number;
1514
declare var maxTimeout: number;

0 commit comments

Comments
 (0)