|
|
@ -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
|
|
|
|