sleep to get tests to pass
This commit is contained in:
parent
e7d3d9a7b0
commit
a79cc16067
@ -70,6 +70,7 @@ static struct TALER_TESTING_BankConfiguration bc;
|
|||||||
* @param label label to use for the command.
|
* @param label label to use for the command.
|
||||||
*/
|
*/
|
||||||
#define CMD_EXEC_AGGREGATOR(label) \
|
#define CMD_EXEC_AGGREGATOR(label) \
|
||||||
|
TALER_TESTING_cmd_sleep (label "-sleep", 1), \
|
||||||
TALER_TESTING_cmd_exec_aggregator (label, CONFIG_FILE), \
|
TALER_TESTING_cmd_exec_aggregator (label, CONFIG_FILE), \
|
||||||
TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
|
TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ static struct TALER_TESTING_BankConfiguration bc;
|
|||||||
* @param label label to use for the command.
|
* @param label label to use for the command.
|
||||||
*/
|
*/
|
||||||
#define CMD_EXEC_AGGREGATOR(label) \
|
#define CMD_EXEC_AGGREGATOR(label) \
|
||||||
|
TALER_TESTING_cmd_sleep (label "-sleep", 1), \
|
||||||
TALER_TESTING_cmd_exec_aggregator /*_with_kyc*/ (label, CONFIG_FILE), \
|
TALER_TESTING_cmd_exec_aggregator /*_with_kyc*/ (label, CONFIG_FILE), \
|
||||||
TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
|
TALER_TESTING_cmd_exec_transfer (label, CONFIG_FILE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user