mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
test: increase schema timeout
This commit is contained in:
@@ -102,7 +102,7 @@ function getExtendedTypes(thingReflection: DeclarationReflection,
|
|||||||
return extendedTypes;
|
return extendedTypes;
|
||||||
}
|
}
|
||||||
|
|
||||||
@suite(timeout(10000), slow(5000))
|
@suite(timeout(15000), slow(10000))
|
||||||
export class SchemaSpec {
|
export class SchemaSpec {
|
||||||
static objects: { [name: string]: DeclarationReflection } = {};
|
static objects: { [name: string]: DeclarationReflection } = {};
|
||||||
static reflection: ProjectReflection;
|
static reflection: ProjectReflection;
|
||||||
|
|||||||
Reference in New Issue
Block a user