fix: increase sleep time in TestRepoMigrateAndLanguages

This commit is contained in:
Christian Groschupp 2023-12-10 09:45:37 +01:00
parent 0da5a0ff96
commit 847219237a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func TestRepoMigrateAndLanguages(t *testing.T) {
assert.NotEqual(t, zeroTime, repoG.MirrorUpdated)
log.Println("== TestRepoLanguages ==")
time.Sleep(time.Second)
time.Sleep(time.Second * 2)
lang, _, err := c.GetRepoLanguages(repoM.Owner.UserName, repoM.Name)
assert.NoError(t, err)
assert.Len(t, lang, 2)