mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-28 04:00:31 +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 commit23ffa5fc6e) (cherry picked from commite17f1b93ec) (cherry picked from commit5db6475087) (cherry picked from commit25a8ed7772)
This commit is contained in:
parent
8a52848459
commit
e2907cdadc
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