提交 62542c5f 编写于 作者: D Davies Liu

reduce the number of iteration to save test time

上级 37d6d019
......@@ -298,7 +298,7 @@ func TestConcurrentWrite(t *testing.T) {
g.Add(1)
go func(indx uint32) {
defer g.Done()
for j := 0; j < 1000; j++ {
for j := 0; j < 100; j++ {
var slice = meta.Slice{Chunkid: 1, Size: 100, Len: 100}
st := m.Write(ctx, inode, indx, 0, slice)
if st != 0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册