mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 08:40:09 +01:00
core: increase timeout for test_nm_utils_kill_child()
The test starts a watchdog process that eventually kills the process
group after a certain time. When running under valgrind concurrently
to other tests the current timeout is not enough; increase it.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2067
(cherry picked from commit 23ffa5fc6e)
This commit is contained in:
parent
fc09f55ef5
commit
e17f1b93ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue