()
| 590 | } |
| 591 | |
| 592 | function clearConnectPhaseTimer() { |
| 593 | if (connectPhaseTimer) { |
| 594 | clearTimeout(connectPhaseTimer); |
| 595 | connectPhaseTimer = null; |
| 596 | } |
| 597 | } |
| 598 | |
| 599 | function createTimeoutError() { |
| 600 | const configTimeout = own(class="st">'timeout'); |
no outgoing calls
no test coverage detected