mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-28 03:42:11 +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() {
|
||||
|
||||
Reference in New Issue
Block a user