From 711ba22be4313aa45ae044a83aeaeb6656665dcb Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sun, 10 Jul 2005 23:48:15 +0000 Subject: [PATCH] Decrease the wait time for the replacement notification. --- ChangeLog | 5 +++++ tests/test-replace.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 527ff83..e51ede7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jul 10 16:46:57 PDT 2005 Christian Hammond + + * tests/test-replace.c: + - Decrease the wait time for the replacement notification. + Sat Jul 9 18:30:41 2005 Duarte Henriques * libnotify/notify.c: diff --git a/tests/test-replace.c b/tests/test-replace.c index 668caba..dc47f3d 100644 --- a/tests/test-replace.c +++ b/tests/test-replace.c @@ -42,7 +42,7 @@ int main() { } - sleep(20); + sleep(5); notify_send_notification(n, NULL, NOTIFY_URGENCY_NORMAL, "Second Summary", "Second Content",