test-to-dev #1478

Merged
alexandre merged 53 commits from test-to-dev into dev 2023-04-24 06:54:33 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3103e60d4b - Show all commits

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;
}