Skip to content

Commit f96c575

Browse files
committed
fix: wait for long running test
1 parent 68fba79 commit f96c575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/rules/oas3/__tests__/no-invalid-media-type-examples.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ describe('no-invalid-media-type-examples', () => {
609609
});
610610

611611
expect(replaceSourceWithRef(results)).toMatchInlineSnapshot(`[]`);
612-
}, 30_000);
612+
}, 60_000);
613613

614614
it('should report invalid value when externalValue is also set', async () => {
615615
const document = parseYamlToDocument(

0 commit comments

Comments
 (0)