mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
backend/s3: increase timeout for test initialization
This commit is contained in:
parent
f8b481fd9b
commit
4b975bda37
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func newMinioTestSuite(t testing.TB) (*test.Suite[s3.Config], func()) {
|
|||
},
|
||||
|
||||
Factory: location.NewHTTPBackendFactory("s3", s3.ParseConfig, location.NoPassword, func(ctx context.Context, cfg s3.Config, rt http.RoundTripper) (be backend.Backend, err error) {
|
||||
for i := 0; i < 10; i++ {
|
||||
for i := 0; i < 50; i++ {
|
||||
be, err = s3.Create(ctx, cfg, rt)
|
||||
if err != nil {
|
||||
t.Logf("s3 open: try %d: error %v", i, err)
|
||||
|
|
Loading…
Add table
Reference in a new issue