From 658578e9f2f9c39d83479d150db9edb6c8aa3bff Mon Sep 17 00:00:00 2001 From: Lasse Lukkari Date: Thu, 16 Jan 2025 19:26:36 +0200 Subject: [PATCH] Set timeout to 10 milliseconds in tests --- test/timeouts.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/timeouts.cpp b/test/timeouts.cpp index 7f219ca6..a9a60f04 100644 --- a/test/timeouts.cpp +++ b/test/timeouts.cpp @@ -38,6 +38,7 @@ unittest(timeouts) { Application app; + app.setTimeout(10); app.post("/", &handler); int requestLength = strlen(request);