Skip to content

Commit

Permalink
wcs test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Sep 25, 2012
1 parent ba327b8 commit f6e1fd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/providers/testqgswcspublicservers.cpp
Expand Up @@ -57,7 +57,7 @@ TestQgsWcsPublicServers::TestQgsWcsPublicServers( const QString & cacheDirPath,
, mCoverage( coverage )
, mVersion( version )
, mForce( force )
, mTimeout( 60000 )
, mTimeout( 300000 )
{

}
Expand Down
4 changes: 2 additions & 2 deletions tests/src/providers/wcs-servers.json
@@ -1,7 +1,7 @@
[
{
url: 'http://demo.opengeo.org/geoserver/wcs',
description: 'It does not work at all with gvSIG-1_11-1305-final. The Coverage usgs:ned is quite slow and it can fail even with timeout 60s',
description: 'It does not work at all with gvSIG-1_11-1305-final. Some layer may sometimes fail, probably when the server is overloaded or crashes.',
issues: [
{
offender: 'server',
Expand All @@ -17,7 +17,7 @@
offender: 'server',
coverages: [ 'usgs:ned' ],
versions: [ '1.0.0' ],
description: "The Coverage usgs:ned is very slow and it can fail even with timeout 60s, but even with timeout 300s it usually fails to render. It was seen to rendered in QGIS however."
description: "The Coverage usgs:ned is very slow and it can fail even with timeout 60s. It was seen to rendered in sometimes however."
},{
offender: 'server',
coverages: [ 'bm' ],
Expand Down

0 comments on commit f6e1fd3

Please sign in to comment.