Merge branch 'v1.7' of https://github.com/metersphere/metersphere into v1.7
This commit is contained in:
commit
7955dc6205
|
@ -387,7 +387,7 @@ public class JmeterDocumentParser implements DocumentParser {
|
|||
element.appendChild(createStringProp(document, "HTTPSampler.contentEncoding", ""));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.path", ""));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.concurrentPool", "6"));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.connect_timeout", ""));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.connect_timeout", "60000"));
|
||||
element.appendChild(createStringProp(document, "HTTPSampler.response_timeout", ""));
|
||||
hashTree.appendChild(element);
|
||||
// 空的 hashTree
|
||||
|
|
|
@ -128,7 +128,7 @@ export default {
|
|||
components: {MsTableOperatorButton},
|
||||
data() {
|
||||
return {
|
||||
timeout: 2000,
|
||||
timeout: 60000,
|
||||
responseTimeout: null,
|
||||
statusCode: [],
|
||||
domains: [],
|
||||
|
|
Loading…
Reference in New Issue