mirror of
https://github.com/restic/restic.git
synced 2026-06-02 23:29:43 +00:00
checker: increase timeout for blob type confusion test (#21831)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user