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

Unified Diff: dm/DM.cpp

Issue 1054073003: Minimal Changes to run tests on iOS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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 | experimental/iOSSampleApp/Shared/skia_ios.mm » ('j') | src/core/SkImageFilter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 3ad82262c4a17d01240dd677931430b0020844dd..6a7ecbe769cf6b5d8597b811a883425b2641ae37 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -611,7 +611,7 @@ static void start_keepalive() {
struct Loop {
static void forever(void*) {
for (;;) {
- static const int kSec = 300;
+ static const int kSec = 5;
stephana 2015/04/07 18:32:34 This change is being removed before landing - just
#if defined(SK_BUILD_FOR_WIN)
Sleep(kSec * 1000);
#else
« no previous file with comments | « no previous file | experimental/iOSSampleApp/Shared/skia_ios.mm » ('j') | src/core/SkImageFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698