summaryrefslogtreecommitdiffhomepage
path: root/tests/webserverprocess.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-13 17:40:09 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-13 17:40:09 +0100
commitc0d9d61e3330d4f69a9547cc3d0e62970fb7427e (patch)
treeffc906ba3ddbe97dbf1042b14063caa7debe141d /tests/webserverprocess.cpp
parentd14582a1d92e036780166a0b5ec0494d7353cc75 (diff)
Added webapp-runner
Diffstat (limited to 'tests/webserverprocess.cpp')
-rw-r--r--tests/webserverprocess.cpp2
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()