Skip to content

Commit

Permalink
lib-program-client: Wait longer in test-program-client-local
Browse files Browse the repository at this point in the history
Sometiems it can take longer than 1 second to execute, if the test
environment is loaded.
  • Loading branch information
cmouse committed Apr 11, 2018
1 parent 4815eb2 commit a5d55ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib-program-client/test-program-client-local.c
Expand Up @@ -24,8 +24,8 @@ static const char *pclient_test_io_string =
"laoreet arcu a hendrerit consequat. Duis vitae erat tellus.";

static struct program_client_settings pc_set = {
.client_connect_timeout_msecs = 5000,
.input_idle_timeout_msecs = 1000,
.client_connect_timeout_msecs = 10000,
.input_idle_timeout_msecs = 5000,
.debug = FALSE,
.restrict_set = {
.uid = (uid_t)-1,
Expand Down

0 comments on commit a5d55ca

Please sign in to comment.