tests/net: Fix tx timestamp test timeout values
s/0/K_NO_WAIT for timeouts Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
3fb49d89d6
commit
3e6e0922fe
@ -476,7 +476,7 @@ static struct net_pkt *send_some_data(struct net_if *iface, bool ref_pkt)
|
||||
|
||||
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\n");
|
||||
|
||||
net_context_unref(udp_v6_ctx);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user