webrtc / samples

WebRTC Web demos and samples
https://webrtc.github.io/samples
BSD 3-Clause "New" or "Revised" License
13.94k stars 5.71k forks source link

test: add cli option to retry three times to mocha #1577

Closed fippo closed 1 year ago

fippo commented 1 year ago

to increase reliability

https://mochajs.org/#-retries-n

fippo commented 1 year ago

ofc I read the docs as --retries 3 but as with any -- argument they are key=value ;-)