mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 19:50:14 +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 commit 88c24ffc6a)
This commit is contained in:
parent
903ed7bc59
commit
54706e6557
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