Increase test timeout value.

- investigating failing tests on Jenkins
This commit is contained in:
James Turner
2016-06-03 15:26:48 +01:00
parent fb1b1b9c5e
commit fad905e7e0

View 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();