We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d0c24ed commit 18941a1Copy full SHA for 18941a1
tests/src/core/testqgsnetworkaccessmanager.cpp
@@ -125,9 +125,10 @@ void TestQgsNetworkAccessManager::initTestCase()
125
QCoreApplication::setOrganizationDomain( QStringLiteral( "qgis.org" ) );
126
QCoreApplication::setApplicationName( QStringLiteral( "QGIS-TEST" ) );
127
128
- QgsSettings().setValue( QStringLiteral( "/qgis/networkAndProxy/networkTimeout" ), 1000 );
129
QgsApplication::init();
130
QgsApplication::initQgis();
+
131
+ QgsSettings().setValue( QStringLiteral( "/qgis/networkAndProxy/networkTimeout" ), 1000 );
132
}
133
134
void TestQgsNetworkAccessManager::cleanupTestCase()
0 commit comments