mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-25 21:20:44 +02: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 commit23ffa5fc6e) (cherry picked from commite17f1b93ec)
This commit is contained in:
parent
4448c91dba
commit
5db6475087
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