Skip to content

Commit

Permalink
Set timeout to 10 milliseconds in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lasselukkari committed Jan 16, 2025
1 parent 7957051 commit 658578e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/timeouts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ unittest(timeouts) {

Application app;

app.setTimeout(10);
app.post("/", &handler);
int requestLength = strlen(request);

Expand Down

0 comments on commit 658578e

Please sign in to comment.