commit 440809f76ab2128f886904d6c8ccb56e9efd7020
parent dca52bf16a866de3c421402b28f277d16018ba74
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Thu, 2 Dec 2021 10:14:02 +0300
test_client_put_stop: abort test if it is taking too long
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/microhttpd/test_client_put_stop.c b/src/microhttpd/test_client_put_stop.c
@@ -1504,6 +1504,7 @@ performTestQueries (struct MHD_Daemon *d, int d_port,
{
ret |= 1 << 2;
fprintf (stderr, "FAILED: Test total time exceeded.\n");
+ break;
}
}