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 90630f7 commit b2a08bcCopy full SHA for b2a08bc
client/src/utils/ProcessUtils.ts
@@ -36,7 +36,7 @@ function importFromVSCode (id: string): NodeRequire {
36
// The conversion allows the linter to understand the type of the imported module
37
export const pty = importFromVSCode('node-pty') as unknown as typeof nodepty
38
39
-export const BITBAKE_TIMEOUT = 300000
+export const BITBAKE_TIMEOUT = 600000 // 10 minutes
40
export const BITBAKE_EXIT_TIMEOUT = 30000
41
42
export type KillProcessFunction = (child: nodepty.IPty) => Promise<void>
0 commit comments