mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-05-01 18:49:21 +00:00
feat: add support for @inheritTags
This commit is contained in:
committed by
Wieland Schöbl
parent
97f6c42407
commit
485430b7f2
@@ -36,7 +36,7 @@ const fooInstance: Foo = {
|
||||
type: 'Foo',
|
||||
};
|
||||
|
||||
@suite(timeout(15000), slow(5000))
|
||||
@suite(timeout(40000), slow(5000))
|
||||
export class SchemaSpec {
|
||||
static converter: Converter;
|
||||
static schema: Schema;
|
||||
|
||||
Reference in New Issue
Block a user