We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b785d9d commit 8ff34c4Copy full SHA for 8ff34c4
src/config.ts
@@ -12,7 +12,7 @@ import * as os from 'os';
12
13
const DEFAULT_REDIS_PORT = 6379;
14
const DEFAULT_EXPRESS_PORT = 8081;
15
-const DEFAULT_TIMEOUT_MS = 300000; // 5 minutes.
+const DEFAULT_TIMEOUT_MS = 55000; // 55 seconds.
16
17
const storageDir = `${process.cwd()}/storage`;
18
const googleKeyFileName = `${process.cwd()}/google.keyfile.json`;
0 commit comments