The branch, master has been updated
       via  a12559d torture: Increase time to wait for pid file.
      from  f05cbad swrap: Do not leak the socket_info we just removed.

https://git.samba.org/?p=socket_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a12559d7bd6c8c4a8d836c1228949125a16350e7
Author: Andreas Schneider <a...@samba.org>
Date:   Tue Dec 16 15:26:32 2014 +0100

    torture: Increase time to wait for pid file.
    
    Signed-off-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Michael Adam <ob...@samba.org>

-----------------------------------------------------------------------

Summary of changes:
 tests/torture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/tests/torture.c b/tests/torture.c
index eab36de..821f0ab 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -188,7 +188,7 @@ static void torture_setup_echo_srv_ip(void **state,
                }
 
                rc = stat(s->srv_pidfile, &sb);
-               usleep(50);
+               usleep(200);
        } while (rc != 0);
        assert_int_equal(rc, 0);
 


-- 
Socket Wrapper Repository

Reply via email to