fix: upload jasmine.DEFAULT_TIMEOUT_INTERVAL to 60000
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2023-04-21 09:14:06 +02:00
parent df3f2f3b62
commit 3103e60d4b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ async function test() {
const JunitReporter = require('jasmine-reporters');
jasmine.addReporter(new JunitReporter.JUnitXmlReporter());
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
jasmine.jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
jasmine.exitOnCompletion = true;
}