• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ringcentral / ringcentral-js / 5286631680

pending completion
5286631680

push

github

web-flow
chore: fix sandbox status 502 issue (#219)

260 of 335 branches covered (77.61%)

Branch coverage included in aggregate %.

766 of 792 relevant lines covered (96.72%)

41.45 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/sdk/src/platform/utils.ts
1
export const delay = (timeout): Promise<any> =>
31✔
2
    new Promise((resolve, reject) => {
3
        setTimeout(() => {
4
            resolve(null);
5
        }, timeout);
6
    });
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc