syncthingtray/testhelper/helper.cpp

12 lines
248 B
C++
Raw Permalink Normal View History

#include "./helper.h"
2019-06-10 22:48:26 +02:00
namespace CppUtilities {
/*!
* \brief Specifies the factor for multiplying all timeouts passed to functions declared in helper.h.
*
* The default factor is 1.0.
*/
double timeoutFactor = 1.0;
2019-06-10 22:48:26 +02:00
} // namespace CppUtilities