From bd82ebda0248c3578d25352e6f4729d0e9f4c66c Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 20 Jun 2006 07:43:24 +0000 Subject: [PATCH] Increase an hard-coded timeout since it gave me a bunch of headheaches in the simulations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2404 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/amok/Bandwidth/bandwidth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amok/Bandwidth/bandwidth.c b/src/amok/Bandwidth/bandwidth.c index 8e80a8db48..8ccb58f8f7 100644 --- a/src/amok/Bandwidth/bandwidth.c +++ b/src/amok/Bandwidth/bandwidth.c @@ -377,7 +377,7 @@ void amok_bw_request(const char* from_name,unsigned int from_port, sock = gras_socket_client(from_name,from_port); DEBUG4("Ask for a BW test between %s:%d and %s:%d", from_name,from_port, to_name,to_port); - gras_msg_rpccall(sock,240,gras_msgtype_by_name("BW request"), &request, &result); + gras_msg_rpccall(sock,20*60,gras_msgtype_by_name("BW request"), &request, &result); if (sec) *sec=result->sec; -- 2.20.1