diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-13 17:40:09 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-13 17:40:09 +0100 |
commit | c0d9d61e3330d4f69a9547cc3d0e62970fb7427e (patch) | |
tree | ffc906ba3ddbe97dbf1042b14063caa7debe141d /tests | |
parent | d14582a1d92e036780166a0b5ec0494d7353cc75 (diff) |
Added webapp-runner
Diffstat (limited to 'tests')
-rw-r--r-- | tests/webserverprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/webserverprocess.cpp b/tests/webserverprocess.cpp index edafaaa..f9ecdd3 100644 --- a/tests/webserverprocess.cpp +++ b/tests/webserverprocess.cpp @@ -194,7 +194,7 @@ void WebserverProcess::start() // wait for server to start up if (int port{port_from_config(m_config)}; port >= 0) Process::wait_for_pid_listening_on(m_pid, port); - std::this_thread::sleep_for(std::chrono::milliseconds(10)); + std::this_thread::sleep_for(std::chrono::milliseconds(20)); } void WebserverProcess::stop() |