Skip to content

Commit

Permalink
test system image for master
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Mar 2, 2025
1 parent d032e97 commit 537d4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/manifest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for (const [branch, manifestUrl] of Object.entries(config.manifests)) {

test('download', async () => {
await imageWorker.downloadImage(image)
}, { skip: image.name === 'system', timeout: 8 * 1000 })
}, { skip: image.name === 'system' && branch === 'release', timeout: (image.name === 'system' ? 600 : 8) * 1000 })
})
}
})
Expand Down

0 comments on commit 537d4e2

Please sign in to comment.