Skip to content

Commit 3d05337

Browse files
committed
CI: Increase devtool modify timeout
The latest Yocto versions build a bit more slowly the patching utilities while the Github runners look even slower. Some jobs timed out.
1 parent a9fe900 commit 3d05337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/__tests__/unit-tests/driver/scanner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('BitBakeProjectScanner', () => {
5454
}, (error) => {
5555
throw error
5656
})
57-
}, BITBAKE_TIMEOUT)
57+
}, BITBAKE_TIMEOUT*5)
5858

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

0 commit comments

Comments
 (0)