refactor: adjust code to new configuration

This commit is contained in:
Karl-Philipp Wulfert
2019-06-05 17:13:28 +02:00
parent e70d5dccab
commit 4d4f7bf7ac
9 changed files with 221 additions and 118 deletions

View File

@@ -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() {