Skip to content

Commit 8ff34c4

Browse files
authored
fix: Reduces default timeout to 55 seconds (#687)
1 parent b785d9d commit 8ff34c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as os from 'os';
1212

1313
const DEFAULT_REDIS_PORT = 6379;
1414
const DEFAULT_EXPRESS_PORT = 8081;
15-
const DEFAULT_TIMEOUT_MS = 300000; // 5 minutes.
15+
const DEFAULT_TIMEOUT_MS = 55000; // 55 seconds.
1616

1717
const storageDir = `${process.cwd()}/storage`;
1818
const googleKeyFileName = `${process.cwd()}/google.keyfile.json`;

0 commit comments

Comments
 (0)