From 20ad22c5a468f78384589a241c755170feb194ce Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 3 Jun 2016 15:26:48 +0100 Subject: [PATCH] Increase test timeout value. - investigating failing tests on Jenkins --- simgear/io/test_repository.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/io/test_repository.cxx b/simgear/io/test_repository.cxx index da47d005..f7d5cac4 100644 --- a/simgear/io/test_repository.cxx +++ b/simgear/io/test_repository.cxx @@ -380,7 +380,7 @@ TestServer testServer; void waitForUpdateComplete(HTTP::Client* cl, HTTPRepository* repo) { SGTimeStamp start(SGTimeStamp::now()); - while (start.elapsedMSec() < 10000) { + while (start.elapsedMSec() < 20000) { cl->update(); testServer.poll(); -- 2.39.5