Skip to content

Commit 132bf2f

Browse files
test(copilot): allow sharp guard under CI load
1 parent 9e12982 commit 132bf2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/copilot/vfs/file-reader.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function imageRecord(name: string, size: number, type = 'image/png') {
6666
}
6767
}
6868

69-
const SHARP_TEST_TIMEOUT_MS = 30_000
69+
const SHARP_TEST_TIMEOUT_MS = 60_000
7070

7171
describe('readFileRecord', () => {
7272
beforeEach(() => {

0 commit comments

Comments
 (0)