Configuring the Timeout Mechanism

During the computing power test, power consumption test, bandwidth test, or fault diagnosis of Ascend-DMI, if no data is returned for a long time, Ascend-DMI displays a timeout message in the log and continues the execution.

The timeout interval can be configured in config.json. The unit of the timeout interval is second.
"TimeOut":{
    "Diagnosis" : 10,   //Fault diagnosis
    "BandWidth" : 10,   //Bandwidth test
    "Flop" : 10,         //Computing power test
    "Power" : 10        //Power consumption test
}