Try to fix flaky tests

This commit is contained in:
Siarhei Fedartsou 2024-11-03 15:16:20 +01:00
parent c01685f38d
commit b65d8f1e34

View File

@ -5,8 +5,8 @@
#include "osrm/extractor_config.hpp"
#include <boost/algorithm/string.hpp>
#include <thread>
#include <tbb/flow_graph.h>
#include <thread>
// utility class to redirect stderr so we can test it
// inspired by https://stackoverflow.com/questions/5405016