Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
testqgswcspublicservers: also update network timeout (followup 3894159)
  • Loading branch information
jef-n committed Mar 24, 2016
1 parent 90e624d commit ea4a0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/providers/testqgswcspublicservers.cpp
Expand Up @@ -78,7 +78,7 @@ void TestQgsWcsPublicServers::init()
// Unfortunately this seems to be the only way to set timeout, we try to reset it
// at the end but it can be canceled before ...
QSettings settings;
mOrigTimeout = settings.value( "/qgis/networkAndProxy/networkTimeout", "20000" ).toInt();
mOrigTimeout = settings.value( "/qgis/networkAndProxy/networkTimeout", "60000" ).toInt();
settings.setValue( "/qgis/networkAndProxy/networkTimeout", mTimeout );

//mCacheDir = QDir( "./wcstestcache" );
Expand Down

0 comments on commit ea4a0e2

Please sign in to comment.