mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-02 06:10:33 +01: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. (cherry picked from commit88c24ffc6a) (cherry picked from commit54706e6557)
This commit is contained in:
parent
39623f7ffb
commit
5806ee1397
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,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