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:
Tomasz Bursztyka 2019-03-07 14:38:41 +01:00 committed by Anas Nashif
parent 3fb49d89d6
commit 3e6e0922fe

View File

@ -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);