checker: increase timeout for blob type confusion test (#21831)

This commit is contained in:
Michael Eischer
2026-06-01 21:29:52 +02:00
committed by GitHub
parent 6693611497
commit 2141fd83a9
+1 -1
View File
@@ -510,7 +510,7 @@ func (r *delayRepository) Unblock() {
}
func TestCheckerBlobTypeConfusion(t *testing.T) {
ctx, cancel := context.WithTimeout(context.Background(), time.Second)
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()
repo := repository.TestRepository(t)