Merge pull request #1010 from restic/update-minio-go

Update github.com/minio/minio-go
This commit is contained in:
Alexander Neumann
2017-06-09 20:55:49 +02:00
13 changed files with 134 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ func runMinio(ctx context.Context, t testing.TB, dir, key, secret string) func()
// wait until the TCP port is reachable
var success bool
for i := 0; i < 10; i++ {
for i := 0; i < 100; i++ {
time.Sleep(200 * time.Millisecond)
c, err := net.Dial("tcp", "localhost:9000")