Skip to content

Commit

Permalink
test increase delay
Browse files Browse the repository at this point in the history
  • Loading branch information
jsc-paneda committed Oct 5, 2016
1 parent d6c22a9 commit 565fe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputUHD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ void UHDWorker::handle_frame(const struct UHDWorkerFrameData *frame)
"%d underruns and %d late packets since last status.\n",
usrp_time,
num_underflows, num_late_packets);
boost::this_thread::sleep(boost::posix_time::milliseconds(20));
boost::this_thread::sleep(boost::posix_time::milliseconds(1000));
}
num_underflows = 0;
num_late_packets = 0;
Expand Down

0 comments on commit 565fe1b

Please sign in to comment.