Skip to content

Commit f99dae1

Browse files
authored
Update test timeout from 10000ms to 15000ms
Increased timeout for test case to 15000ms.
1 parent fbdad81 commit f99dae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test6-support-pcb-notes.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test("test6 support pcb notes", async () => {
2727

2828
expect(Array.isArray(result)).toBe(true)
2929
expect(result).not.toHaveLength(0)
30-
}, 10000)
30+
}, 15000)
3131

3232
const circuitJson = [
3333
{

0 commit comments

Comments
 (0)