summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-08-10 09:21:32 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-11-30 11:56:21 +0100
commit8e9456e244a0ad156450a5035fe5c67ec4facb00 (patch)
treeb04d1c54e292c6f7babc61e38da6d8666e2d70d9
parent8cabe9335c439f174980b772ee867df813e130d5 (diff)
downloadNetworkManager-8e9456e244a0ad156450a5035fe5c67ec4facb00.tar.gz
platform/tests: increase wait timeout in test_cleanup_internal()
Seems this assertion still can fail. Dunno, maybe the timeout was just too short. Increase it. (cherry picked from commit b7bdde6e0b42c4408a520ec2dfcbecad7326264e) (cherry picked from commit 4909ea71afa6e0a450b9c135bbaea2590b3bf8e8) (cherry picked from commit a702111ee974554a63971399a30f8623dfbea7a9)
-rw-r--r--src/platform/tests/test-cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/tests/test-cleanup.c b/src/platform/tests/test-cleanup.c
index 2e95928a52..f3415f8a99 100644
--- a/src/platform/tests/test-cleanup.c
+++ b/src/platform/tests/test-cleanup.c
@@ -63,7 +63,7 @@ test_cleanup_internal (void)
g_assert (ifindex > 0);
/* wait for kernel to add the IPv6 link local address... it takes a bit. */
- NMTST_WAIT_ASSERT (100, {
+ NMTST_WAIT_ASSERT (300, {
gs_unref_array GArray *addrs = NULL;
const NMPlatformIP6Address *a;