mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
test: Adjust test signal timer
With shorter timing the tests were failing sometimes.
This commit is contained in:
parent
42606f9f17
commit
8533a44418
|
@ -78,7 +78,7 @@ execute_result execute(const string& cmd, const string& prefix, const string& in
|
|||
|
||||
const string delimiter = "\n";
|
||||
ba::deadline_timer inputTimer(ios, boost::posix_time::milliseconds(100)); // NOLINT
|
||||
ba::deadline_timer signalTimer(ios, boost::posix_time::milliseconds(100)); // NOLINT
|
||||
ba::deadline_timer signalTimer(ios, boost::posix_time::milliseconds(400)); // NOLINT
|
||||
|
||||
// child process
|
||||
bp::child c(cmd, bp::std_out > outputPipe, bp::std_err > errorPipe, bp::std_in < inputPipe);
|
||||
|
|
Loading…
Reference in New Issue
Block a user