Explorar o código

fix Client_Reconnect test. Sometimes failed with appveyor.

StalderT %!s(int64=7) %!d(string=hai) anos
pai
achega
6470730f43
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tests/client/check_client.c

+ 0 - 1
tests/client/check_client.c

@@ -152,7 +152,6 @@ START_TEST(Client_renewSecureChannel) {
 
 START_TEST(Client_reconnect) {
     UA_ClientConfig clientConfig = UA_ClientConfig_default;
-    clientConfig.timeout = 100;
     UA_Client *client = UA_Client_new(clientConfig);
     UA_StatusCode retval = UA_Client_connect(client, "opc.tcp://localhost:4840");
     ck_assert_uint_eq(retval, UA_STATUSCODE_GOOD);