Skip to content

Commit b2c572b

Browse files
committed
fix(tests): increase timeout
Signed-off-by: Markus <28785953+MarkusJx@users.noreply.github.com>
1 parent af6401e commit b2c572b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TypescriptDefinitionGenerator.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ describe('TypescriptDefinitionGenerator test', () => {
119119
iterator!.instanceOf(Iterator);
120120
`
121121
);
122-
}).timeout(10000);
122+
}).timeout(30000);
123123
});

0 commit comments

Comments
 (0)