Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(472)

Unified Diff: webrtc/test/mac/run_test.mm

Issue 1415033005: Don't wait until distant future to shut down video app. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mac/run_test.mm
diff --git a/webrtc/test/mac/run_test.mm b/webrtc/test/mac/run_test.mm
index e8f38401c3ea2d0f4b88203bab1bb5e5efb12947..4e0093a9b6e40f6c13b52ede10e0bdd0cc100bd7 100644
--- a/webrtc/test/mac/run_test.mm
+++ b/webrtc/test/mac/run_test.mm
@@ -65,7 +65,7 @@ void RunTest(void(*test)()) {
NSRunLoop *runLoop = [NSRunLoop currentRunLoop];
while ([testRunner running] &&
[runLoop runMode:NSDefaultRunLoopMode
- beforeDate:[NSDate distantFuture]]);
+ beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]);
[testRunner release];
[pool release];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698