Skip to content

Commit

Permalink
tests: increase codetally test timeout (#3791)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright authored and paulmelnikow committed Jul 26, 2019
1 parent 2177eb7 commit a42c9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/codetally/codetally.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const t = (module.exports = require('../tester').createServiceTester())

t.create('Codetally')
.get('/triggerman722/colorstrap.json')
.timeout(10000)
.expectBadge({
label: 'codetally',
message: Joi.string().regex(/\b\d+(?:.\d+)?/),
Expand Down

0 comments on commit a42c9d3

Please sign in to comment.