Skip to content

Commit

Permalink
bump test qunit timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbes committed Apr 2, 2018
1 parent 1e522ed commit b3a8d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function(config) {
clearContext: false,
qunit: {
showUI: true,
testTimeout: 5000
testTimeout: 30000
}
},
files: [
Expand Down Expand Up @@ -99,7 +99,7 @@ module.exports = function(config) {
return newBrowsers;
}
},
reporters: ['dots'],
reporters: ['spec'],
port: 9876,
colors: true,
autoWatch: false,
Expand Down

0 comments on commit b3a8d72

Please sign in to comment.