diff --git a/test/oatpp/web/FullTest.cpp b/test/oatpp/web/FullTest.cpp index 213862fa..9ea7c038 100644 --- a/test/oatpp/web/FullTest.cpp +++ b/test/oatpp/web/FullTest.cpp @@ -223,6 +223,8 @@ void FullTest::onRun() { }, std::chrono::minutes(10)); + std::this_thread::sleep_for(std::chrono::seconds(1)); + } }}}