about summary refs log tree commit diff
path: root/src/core/tests/test-core-with-expect.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-12-25 20:36:35 +0100
committerMichael Biebl <biebl@debian.org>2024-12-25 20:36:35 +0100
commitfb6910b6176a81c9ee1f868017a6eba26c806cc2 (patch)
tree80d4e9b53b4d1b5dd3b191048c17cd6ebaa70911 /src/core/tests/test-core-with-expect.c
parentddbb315c36cfe7216f5a748f2e2a49ecf42d4d77 (diff)
parente465722b908aa870bdc293b9a417d3c15294aa6d (diff)
Update upstream source from tag 'upstream/1.50.1'
Update to upstream version '1.50.1'
with Debian dir 79e2d35ba659f65eb90078d6e46e316745aa2e42
Diffstat (limited to 'src/core/tests/test-core-with-expect.c')
-rw-r--r--src/core/tests/test-core-with-expect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tests/test-core-with-expect.c b/src/core/tests/test-core-with-expect.c
index 680843fc..da8659b2 100644
--- a/src/core/tests/test-core-with-expect.c
+++ b/src/core/tests/test-core-with-expect.c
@@ -229,7 +229,7 @@ do_test_nm_utils_kill_child(void)
     char          *argv_watchdog[] = {
         "bash",
         "-c",
-        "sleep 4; "
+        "sleep 15; "
                  "kill -KILL 0; #watchdog for #" TEST_TOKEN,
         NULL,
     };