adjust timeouts to try to make test more robust

This commit is contained in:
Christian Grothoff 2018-09-15 22:51:44 +02:00
parent 528faeab81
commit 73b02adee0
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 4 deletions

View File

@ -836,7 +836,6 @@ keys_completed_cb (void *cls,
"Received keys from URL `%s' with status %ld.\n", "Received keys from URL `%s' with status %ld.\n",
kr->url, kr->url,
response_code); response_code);
json_dumpf (resp_obj, stderr, 0);
kd_old = exchange->key_data; kd_old = exchange->key_data;
memset (&kd, memset (&kd,
0, 0,

View File

@ -73,7 +73,7 @@ run (void *cls,
is->exchange), is->exchange),
/* sleep a bit */ /* sleep a bit */
TALER_TESTING_cmd_sleep ("sleep", TALER_TESTING_cmd_sleep ("sleep",
25), 10),
/* 1st keyup happens at start-up */ /* 1st keyup happens at start-up */
TALER_TESTING_cmd_exec_keyup ("keyup-2", TALER_TESTING_cmd_exec_keyup ("keyup-2",
CONFIG_FILE_EXTENDED), CONFIG_FILE_EXTENDED),
@ -89,7 +89,7 @@ run (void *cls,
/* sleep a bit */ /* sleep a bit */
TALER_TESTING_cmd_sleep ("sleep", TALER_TESTING_cmd_sleep ("sleep",
24), 20),
/* Do 2nd keyup */ /* Do 2nd keyup */
TALER_TESTING_cmd_exec_keyup ("keyup-3", TALER_TESTING_cmd_exec_keyup ("keyup-3",
CONFIG_FILE_EXTENDED), CONFIG_FILE_EXTENDED),
@ -100,7 +100,7 @@ run (void *cls,
SIGUSR1), SIGUSR1),
TALER_TESTING_cmd_check_keys ("check-keys-3", TALER_TESTING_cmd_check_keys ("check-keys-3",
3, 3,
10, 8,
is->exchange), is->exchange),
TALER_TESTING_cmd_end () TALER_TESTING_cmd_end ()
}; };