[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 01/02: test_client_put_stop: abort test if it is taking
From: |
gnunet |
Subject: |
[libmicrohttpd] 01/02: test_client_put_stop: abort test if it is taking too long |
Date: |
Fri, 03 Dec 2021 12:00:45 +0100 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 440809f76ab2128f886904d6c8ccb56e9efd7020
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Thu Dec 2 10:14:02 2021 +0300
test_client_put_stop: abort test if it is taking too long
---
src/microhttpd/test_client_put_stop.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/microhttpd/test_client_put_stop.c
b/src/microhttpd/test_client_put_stop.c
index d5589fd7..bb49da07 100644
--- 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;
}
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.