mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
![]() This is the time to wait after creating the server to ensure it's listening before trying to connect to it. The previous value of 10 was not enough; tests occasionally failed. Bug: webrtc:8711 Change-Id: I67d592fdb9a863d574f2a33096b7050935693f4e Reviewed-on: https://webrtc-review.googlesource.com/44521 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21793} |
||
---|---|---|
.. | ||
src/org/appspot/apprtc | ||
README |
This directory contains example JUnit tests for Android AppRTCMobile. Many of these test utilize Robolectric to mock Android classes. To compile: ninja -C out/Debug android_junit_tests To run: out/Debug/bin/run_android_junit_tests