Skip to content

Commit 30ea7a0

Browse files
committed
increase timeout
1 parent 888d5c9 commit 30ea7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ test(
2222
expect(circuit.db.schematic_port.list()).toHaveLength(4)
2323
expect(circuit).toMatchSchematicSnapshot(import.meta.path)
2424
},
25-
{ timeout: 80000 },
25+
{ timeout: 90000 },
2626
)

0 commit comments

Comments
 (0)