Skip to content

Commit 3935c28

Browse files
committed
tests: increase bitbake timeout to 30 minutes
The devtool modify command is now even slower, probably due to the reduced bandwidth for robots after the AI boom.
1 parent 65875b3 commit 3935c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/utils/ProcessUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function importFromVSCode (id: string): NodeRequire {
3636
// The conversion allows the linter to understand the type of the imported module
3737
export const pty = importFromVSCode('node-pty') as unknown as typeof nodepty
3838

39-
export const BITBAKE_TIMEOUT = 300000
39+
export const BITBAKE_TIMEOUT = 1800000 // 30 minutes to allow devtool modify to dl and patch busybox sources in tests
4040
export const BITBAKE_EXIT_TIMEOUT = 30000
4141

4242
export type KillProcessFunction = (child: nodepty.IPty) => Promise<void>

0 commit comments

Comments
 (0)