summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-20 15:42:16 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-20 15:42:16 +0100
commit65808106c7d7ddad9420338f3fde139ec0c9295e (patch)
treeb00f9a3ee193d2100fb5901a9303189f21cda1ad /src/include/taler_testing_lib.h
parent532fabf20a3f9377f1f9526d38e068069a81a922 (diff)
downloadexchange-65808106c7d7ddad9420338f3fde139ec0c9295e.tar.gz
exchange-65808106c7d7ddad9420338f3fde139ec0c9295e.tar.bz2
exchange-65808106c7d7ddad9420338f3fde139ec0c9295e.zip
add test for reserve GET long polling
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 19d1aaa20..4badc0b93 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -1406,11 +1406,13 @@ TALER_TESTING_cmd_reserve_poll (const char *label,
* Fail if it did not conclude by the timeout.
*
* @param label our label
+ * @param timeout how long to give the long poll to finish
* @param poll_reference reference to a #TALER_TESTING_cmd_reserve_poll() command
* @return the command.
*/
struct TALER_TESTING_Command
TALER_TESTING_cmd_reserve_poll_finish (const char *label,
+ struct GNUNET_TIME_Relative timeout,
const char *poll_reference);