Skip to content
代码片段 群组 项目
提交 4a91e342 编辑于 作者: Thuc Tran's avatar Thuc Tran
浏览文件

Bump timeout to 10 seconds

上级 8576a4da
No related branches found
No related tags found
无相关合并请求
......@@ -305,7 +305,7 @@ describe('Validate endpoint for duplicate endpointIds', () => {
.then((endpointId) => {
eptId = endpointId
})
}, 5000)
}, 10000)
test('Test endpoint for duplicates', () => {
return Validation.validateEndpoint(db, eptId).then((data) => {
return Validation.validateNoDuplicateEndpoints(db, eptId, sid).then(
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册