tests: increase codetally test timeout (#3791)

This commit is contained in:
Caleb Cartwright
2019-07-25 22:16:38 -05:00
committed by Paul Melnikow
parent 2177eb7546
commit a42c9d3517

View File

@@ -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+)?/),