From: James Turner Date: Fri, 3 Jun 2016 14:26:48 +0000 (+0100) Subject: Increase test timeout value. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=20ad22c5a468f78384589a241c755170feb194ce;p=simgear.git Increase test timeout value. - investigating failing tests on Jenkins --- 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();