kernel/tools/testing/selftests/net/msg_zerocopy.c
.. .. @@ -650,12 +650,13 @@ 650 650 651 651 static void do_rx(int domain, int type, int protocol) 652 652 { 653 + const int cfg_receiver_wait_ms = 400;653 654 uint64_t tstop; 654 655 int fd; 655 656 656 657 fd = do_setup_rx(domain, type, protocol); 657 658 658 - tstop = gettimeofday_ms() + cfg_runtime_ms;659 + tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms;659 660 do { 660 661 if (type == SOCK_STREAM) 661 662 do_flush_tcp(fd);