测试:修改测试用例

This commit is contained in:
qiaoxin
2021-07-20 14:40:28 +08:00
parent a28555f280
commit 05ffcdee7d

View File

@@ -306,7 +306,7 @@ describe('聊天测试', function () {
}
});
}
}, 50 * (i - 2) * ABI_STAGE.END + 50 * j); // 50ms 为间隔,避免并发导致的连续升星失败
}, 200 * (i - 2) * ABI_STAGE.END + 200 * j); // 50ms 为间隔,避免并发导致的连续升星失败
}
}
});