Update line_connection.ts
This commit is contained in:
parent
c644e798c6
commit
763bfca791
|
|
@ -601,6 +601,8 @@ export default class LineConnection {
|
||||||
snapPhysical: this.physicalTest,
|
snapPhysical: this.physicalTest,
|
||||||
}
|
}
|
||||||
this.debounceSendSummaryReport = setTimeout(() => {
|
this.debounceSendSummaryReport = setTimeout(() => {
|
||||||
|
this.config.listFeatureTested = ['DPELP', 'PHYSICAL']
|
||||||
|
this.sendFeatureTested()
|
||||||
this.sendReportSummary(snapshot)
|
this.sendReportSummary(snapshot)
|
||||||
}, 600000) // 10p debounce
|
}, 600000) // 10p debounce
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue