Merging PRO functionality back to OSS repo

This commit is contained in:
Leonid Bugaev
2020-06-08 14:29:32 +03:00
214 changed files with 58237 additions and 155 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func (i *TestInput) Read(data []byte) (int, error) {
}
return len(buf) + len(header), nil
case <-time.After(10* time.Second):
case <-time.After(10 * time.Second):
return 0, fmt.Errorf("timed out waiting for read")
}
}