Merge remote-tracking branch 'origin/dev' into test

yun-zuoyi
汪云昊 4 years ago
commit 1eae64bafe

@ -263,7 +263,7 @@ public class BsSuitCase extends BaseBean {
private Integer retryInterval; private Integer retryInterval;
public int getRetryIntervalVal() { public int getRetryIntervalVal() {
return isSupportRetry == null ? 10: isSupportRetry; return retryInterval == null ? 10: retryInterval;
} }
@Transient @Transient

Loading…
Cancel
Save