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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user