SSL session sharing auto test: Retrieve smaller file for testing
The "mediumfile" is actually 9.6 MB large, and makes the test slow and even fail on mobile platforms. Change-Id: I694d9d38e4d09c8e90a03c1141320fe2a757fdd9 Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
2dd8e7cf2e
commit
165926c3ae
@ -5892,7 +5892,7 @@ void tst_QNetworkReply::sslSessionSharing_data()
|
||||
|
||||
void tst_QNetworkReply::sslSessionSharing()
|
||||
{
|
||||
QString urlString("https://" + QtNetworkSettings::serverName() + "/qtest/mediumfile");
|
||||
QString urlString("https://" + QtNetworkSettings::serverName());
|
||||
QList<QNetworkReplyPtr> replies;
|
||||
|
||||
// warm up SSL session cache
|
||||
|
Loading…
Reference in New Issue
Block a user