tests: increase timeout for tokei gitlab tests (#7275)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2021-12-01 14:51:25 -06:00
committed by GitHub
parent a850e9ce56
commit c0642663b3

View File

@@ -8,7 +8,8 @@ t.create('GitHub LOC')
.expectBadge({ label: 'total lines', message: isMetric })
t.create('GitLab LOC')
.get('/lines/gitlab/tezos/tezos.json')
.get('/lines/gitlab/shields-ops-group/tag-test.json')
.timeout(15000)
.expectBadge({ label: 'total lines', message: isMetric })
t.create('GitHub LOC (with .com)')
@@ -16,7 +17,8 @@ t.create('GitHub LOC (with .com)')
.expectBadge({ label: 'total lines', message: isMetric })
t.create('GitLab LOC (with .com)')
.get('/lines/gitlab.com/tezos/tezos.json')
.get('/lines/gitlab.com/shields-ops-group/tag-test.json')
.timeout(15000)
.expectBadge({ label: 'total lines', message: isMetric })
t.create('BitBucket LOC')