From: David Herrmann Date: Fri, 18 Jul 2014 10:58:00 +0000 (+0200) Subject: journal: reduce test-journal-send timeout from 10s to 1s X-Git-Tag: v216~511 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=037ee337f0f64bd35ced765f2e2d97f496d4e7c7;hp=037ee337f0f64bd35ced765f2e2d97f496d4e7c7;p=elogind.git journal: reduce test-journal-send timeout from 10s to 1s The sleep(10) in test-journal-send is quite aggressive. We need it only for the journal to get our cgroup information. But even that information is not vital to the test, so a sleep(1) should be just fine. ---