Skip to content

Commit

Permalink
timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Feb 5, 2023
1 parent fc8f22b commit 4d7d215
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/unit/karma.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = config => {
}
],
titanium: {
sdkVersion: config.sdkVersion || '9.3.2.GA'
sdkVersion: config.sdkVersion || '12.0.0.GA'
},
customLaunchers: {
android: {
Expand All @@ -46,13 +46,14 @@ module.exports = config => {
browsers: [ 'android' ],
client: {
jasmine: {
random: false
random: false,
timeoutInterval: 1200000
}
},
singleRun: true,
retryLimit: 0,
concurrency: 1,
captureTimeout: 600000,
captureTimeout: 1200000,
logLevel: config.LOG_DEBUG
});
};

0 comments on commit 4d7d215

Please sign in to comment.