(
'当运行通道全部测试时,超过此时间将自动禁用通道',
)
| 87 | min={0} |
| 88 | suffix={t('秒')} |
| 89 | extraText={t( |
| 90 | '当运行通道全部测试时,超过此时间将自动禁用通道', |
| 91 | )} |
| 92 | placeholder={''} |
| 93 | field={'ChannelDisableThreshold'} |
| 94 | onChange={(value) => |
| 95 | setInputs({ |
no outgoing calls
no test coverage detected