From fe090c738715b835d0815ea7dea17d23102692c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wieland=20Sch=C3=B6bl?= Date: Wed, 12 May 2021 18:03:09 +0200 Subject: [PATCH] test: increase schema timeout --- test/schema.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/schema.spec.ts b/test/schema.spec.ts index d216e294..58e5dad0 100644 --- a/test/schema.spec.ts +++ b/test/schema.spec.ts @@ -102,7 +102,7 @@ function getExtendedTypes(thingReflection: DeclarationReflection, return extendedTypes; } -@suite(timeout(10000), slow(5000)) +@suite(timeout(15000), slow(10000)) export class SchemaSpec { static objects: { [name: string]: DeclarationReflection } = {}; static reflection: ProjectReflection;