commit cc8399ff2255f690b37ebd370cd6e319b23099c2
parent d1b3acee25cf79b66548c6c5307ee877bacdfee3
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 21 May 2024 14:32:11 +0200
-remove bad sleep
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/testing/testing_api_cmd_signal.c b/src/testing/testing_api_cmd_signal.c
@@ -62,7 +62,6 @@ signal_run (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Signaling '%d'..\n",
ss->signal);
- sleep (6);
TALER_TESTING_interpreter_next (is);
}