]> git.mxchange.org Git - simgear.git/commitdiff
Increase test timeout value.
authorJames Turner <zakalawe@mac.com>
Fri, 3 Jun 2016 14:26:48 +0000 (15:26 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
- investigating failing tests on Jenkins

simgear/io/test_repository.cxx

index da47d0053e1b68667c5c67ea4318e3aa6a7a560d..f7d5cac466761de130b7a8d45d7c273aaa04fb47 100644 (file)
@@ -380,7 +380,7 @@ TestServer<TestRepositoryChannel> testServer;
 void waitForUpdateComplete(HTTP::Client* cl, HTTPRepository* repo)
 {
     SGTimeStamp start(SGTimeStamp::now());
-    while (start.elapsedMSec() <  10000) {
+    while (start.elapsedMSec() <  20000) {
         cl->update();
         testServer.poll();