tests/net: Fix vlan test timeout values
s/0/K_NO_WAIT for all timeouts Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
ab1d38c3c3
commit
a03efe1928
|
@ -771,7 +771,7 @@ static void test_vlan_send_data(void)
|
|||
|
||||
ret = net_context_sendto(pkt, (struct sockaddr *)&dst_addr6,
|
||||
sizeof(struct sockaddr_in6),
|
||||
NULL, 0, NULL, NULL);
|
||||
NULL, K_NO_WAIT, NULL, NULL);
|
||||
zassert_equal(ret, 0, "Send UDP pkt failed");
|
||||
|
||||
if (k_sem_take(&wait_data, WAIT_TIME)) {
|
||||
|
|
Loading…
Reference in a new issue