Skip to content

Commit

Permalink
* test/request.c (fail_excess_1xx): Try harder to timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jan 27, 2024
1 parent f4cf972 commit 2ce607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/request.c
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ static int safe_flags(void)
/* Hit the timeout (2 seconds) for reading interim responses. */
static int fail_excess_1xx(void)
{
struct s1xx_args args = {2000000, 0};
struct s1xx_args args = {20000000, 0};
return fail_request_with_error(0, serve_1xx, &args, 0,
"Timed out reading interim responses");
}
Expand Down

0 comments on commit 2ce607d

Please sign in to comment.