projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b19ac
)
Increase test timeout value.
author
James Turner
<zakalawe@mac.com>
Fri, 3 Jun 2016 14:26:48 +0000
(15:26 +0100)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/simgear/io/test_repository.cxx
b/simgear/io/test_repository.cxx
index da47d0053e1b68667c5c67ea4318e3aa6a7a560d..f7d5cac466761de130b7a8d45d7c273aaa04fb47 100644
(file)
--- a/
simgear/io/test_repository.cxx
+++ b/
simgear/io/test_repository.cxx
@@
-380,7
+380,7
@@
TestServer<TestRepositoryChannel> testServer;
void waitForUpdateComplete(HTTP::Client* cl, HTTPRepository* repo)
{
SGTimeStamp start(SGTimeStamp::now());
- while (start.elapsedMSec() <
1
0000) {
+ while (start.elapsedMSec() <
2
0000) {
cl->update();
testServer.poll();