Skip to content

Commit

Permalink
CI: Increase devtool modify timeout
Browse files Browse the repository at this point in the history
The latest Yocto versions build a bit more slowly the patching utilities
while the Github runners look even slower. Some jobs timed out.
  • Loading branch information
deribaucourt committed Feb 4, 2025
1 parent a9fe900 commit 3d05337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/__tests__/unit-tests/driver/scanner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('BitBakeProjectScanner', () => {
}, (error) => {
throw error
})
}, BITBAKE_TIMEOUT)
}, BITBAKE_TIMEOUT*5)

afterAll((done) => {
bitBakeProjectScanner.bitbakeDriver.spawnBitbakeProcess('devtool reset busybox').then((child) => {
Expand Down

0 comments on commit 3d05337

Please sign in to comment.