We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65875b3 commit 3935c28Copy full SHA for 3935c28
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 = 1800000 // 30 minutes to allow devtool modify to dl and patch busybox sources in tests
40
export const BITBAKE_EXIT_TIMEOUT = 30000
41
42
export type KillProcessFunction = (child: nodepty.IPty) => Promise<void>
0 commit comments