mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 14:38:09 +02:00
tests: increase timeout for arping test
I hit an assertion failure running with valgrind on a busy machine. Maybe the timeout is just not long enough for every case. Increase it.
This commit is contained in:
parent
e1dbe35acd
commit
88c24ffc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ test_arping_common (test_fixture *fixture, TestInfo *info)
|
|||
g_signal_connect (manager, NM_ARPING_MANAGER_PROBE_TERMINATED,
|
||||
G_CALLBACK (arping_manager_probe_terminated), loop);
|
||||
g_assert (nm_arping_manager_start_probe (manager, 100, NULL));
|
||||
g_assert (nmtst_main_loop_run (loop, 1000));
|
||||
g_assert (nmtst_main_loop_run (loop, 2000));
|
||||
|
||||
for (i = 0; info->addresses[i]; i++) {
|
||||
g_assert_cmpint (nm_arping_manager_check_address (manager, info->addresses[i]),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue