From: Francesco Montorsi Date: Mon, 1 Jun 2009 14:55:22 +0000 (+0000) Subject: use a smaller timeout value to avoid blocking buildslaves for 10minutes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5b105c6ff36e5eeff19a3a00844977477cc728cc use a smaller timeout value to avoid blocking buildslaves for 10minutes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/test.cpp b/tests/test.cpp index 067af9edd1..84b6b4645c 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -336,6 +336,7 @@ extern bool IsNetworkAvailable() } wxSocketClient sock; + sock.SetTimeout(10); // 10 secs bool online = sock.Connect(addr); wxSocketBase::Shutdown();