Skip to content

Commit

Permalink
Increase test timeout to 5 seconds
Browse files Browse the repository at this point in the history
This should make the tests less flaky, reducing failures like the
following on master:

https://travis-ci.org/gpac/mp4box.js/builds/364225384#L1604-L1608
  • Loading branch information
josephfrazier committed May 12, 2018
1 parent b1e6129 commit 573f8e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ module.exports = function(config) {
frameworks: ['qunit'],


// client configuration
client: {
qunit: {
testTimeout: 5000
}
},


// list of files / patterns to load in the browser
files: [
'../src/log.js', // logging system
Expand Down

0 comments on commit 573f8e9

Please sign in to comment.