Skip to content

Commit ac7a74f

Browse files
committed
increase timeout
1 parent 888d5c9 commit ac7a74f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/repros/repro27-chip-pinlabels.test.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ test(
66
async () => {
77
const { circuit } = getTestFixture()
88

9-
circuit.setPlatform({
10-
drcChecksDisabled: true,
11-
pcbDisabled: true,
12-
})
139

1410
circuit.add(
1511
<board width="10mm" height="10mm">
@@ -22,5 +18,5 @@ test(
2218
expect(circuit.db.schematic_port.list()).toHaveLength(4)
2319
expect(circuit).toMatchSchematicSnapshot(import.meta.path)
2420
},
25-
{ timeout: 80000 },
21+
{ timeout: 90000 },
2622
)

0 commit comments

Comments
 (0)