commit 1792cbaa740194e7aebb051f7ce49b3d17976648
parent 8e7843ad5110109a5362864d3271a17a6c7f8fba
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 18 May 2020 12:45:05 +0200
get simple pay test to pass
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/testing_api_cmd_post_instances.c b/src/testing/testing_api_cmd_post_instances.c
@@ -329,7 +329,7 @@ TALER_TESTING_cmd_merchant_post_instances (const char *label,
default_max_fee_s,
10,
default_max_fee_s,
- GNUNET_TIME_UNIT_MINUTES,
+ GNUNET_TIME_UNIT_ZERO, /* no wire transfer delay */
GNUNET_TIME_UNIT_MINUTES,
http_status);
}