[evolution] test-html-editor-units: Increase default command delay to 25ms
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] test-html-editor-units: Increase default command delay to 25ms
- Date: Mon, 15 Aug 2016 08:26:27 +0000 (UTC)
commit a425d7110eeb289df86052fec6e9147ea5113d20
Author: Milan Crha <mcrha redhat com>
Date: Mon Aug 15 10:27:01 2016 +0200
test-html-editor-units: Increase default command delay to 25ms
e-util/test-html-editor-units-utils.c | 2 +-
e-util/test-html-editor-units.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/e-util/test-html-editor-units-utils.c b/e-util/test-html-editor-units-utils.c
index 911cc98..b69f0df 100644
--- a/e-util/test-html-editor-units-utils.c
+++ b/e-util/test-html-editor-units-utils.c
@@ -25,7 +25,7 @@
#include "test-html-editor-units-utils.h"
-static guint event_processing_delay_ms = 5;
+static guint event_processing_delay_ms = 25;
void
test_utils_set_event_processing_delay_ms (guint value)
diff --git a/e-util/test-html-editor-units.c b/e-util/test-html-editor-units.c
index 2d55626..8760924 100644
--- a/e-util/test-html-editor-units.c
+++ b/e-util/test-html-editor-units.c
@@ -2679,7 +2679,7 @@ main (gint argc,
GOptionEntry entries[] = {
{ "cmd-delay", '\0', 0,
G_OPTION_ARG_INT, &cmd_delay,
- "Specify delay, in milliseconds, to use during processing commands. Default is 5 ms.",
+ "Specify delay, in milliseconds, to use during processing commands. Default is 25 ms.",
NULL },
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]