From 1b6cc3b870d5da21daf4c9ac2bf52de1c05abc57 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 11 Jul 2008 07:33:34 +0000 Subject: [PATCH] wait a bit longer for fastresume data --- examples/client_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index 4269299e2..50af5a29b 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -1063,7 +1063,7 @@ int main(int ac, char* av[]) while (num_resume_data > 0) { - alert const* a = ses.wait_for_alert(seconds(10)); + alert const* a = ses.wait_for_alert(seconds(30)); if (a == 0) { std::cout << " aborting with " << num_resume_data << " outstanding "