mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
refactor: adjust code to new configuration
This commit is contained in:
@@ -23,7 +23,7 @@ process.on('unhandledRejection', (err) => {
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
@suite(timeout(10000), slow(5000))
|
||||
@suite(timeout(20000), slow(10000))
|
||||
export class CommonSpec {
|
||||
@test
|
||||
async getTsconfigPath() {
|
||||
|
||||
@@ -23,7 +23,7 @@ process.on('unhandledRejection', (err) => {
|
||||
process.exit(1);
|
||||
});
|
||||
|
||||
@suite(timeout(15000), slow(5000))
|
||||
@suite(timeout(20000), slow(10000))
|
||||
export class SchemaSpec {
|
||||
@test
|
||||
async getSchema() {
|
||||
@@ -39,6 +39,7 @@ export class SchemaSpec {
|
||||
additionalProperties: false,
|
||||
properties: {
|
||||
lorem: {
|
||||
description: 'Dummy parameter',
|
||||
enum: [
|
||||
'ipsum',
|
||||
],
|
||||
@@ -54,6 +55,7 @@ export class SchemaSpec {
|
||||
id: 'https://core.stapps.tu-berlin.de/v0.0.1/lib/schema/Foo.json',
|
||||
properties: {
|
||||
lorem: {
|
||||
description: 'Dummy parameter',
|
||||
enum: [
|
||||
'ipsum',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user