qt6-bb10/tests/auto/network/ssl
Mårten Nordheim e79b1dcdf5 tst_qsslsocket: fix racy test
In this threaded setup the server can sometimes have the data before it
calls "waitForReadyRead", what happens then is that we fail the wait and
as a result the test fails overall.

Let's check if we actually got some data after all and then continue if
we did. Since both the client and the server currently wait the same
amount of time (2s) the max timeout for the client was increased by
0.5s so it has some time to notice that the server got the message.

Change-Id: Ib5915958853413047aa5a7574712585bcae28f79
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
2019-03-26 13:08:18 +00:00
..
qasn1element QAsn1Element - fix toDateTime function 2017-07-18 13:09:16 +00:00
qdtls tst_qdtls: add 'invalidConfiguration' test 2018-08-10 12:18:41 +00:00
qdtlscookie QDtls - refactor 2018-07-26 15:13:57 +00:00
qocsp Add tst_QOcsp auto-test 2018-12-06 05:14:45 +00:00
qpassworddigestor Introduce QPasswordDigestor functions 2018-04-23 12:55:45 +00:00
qsslcertificate SecureTransport - make 'securetransport' feature public 2019-03-07 02:56:21 +00:00
qsslcipher prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
qssldiffiehellmanparameters prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
qsslellipticcurve prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
qsslerror prune cargo-culted and obsolete winsock deps from autotests 2018-07-19 13:31:08 +00:00
qsslkey tst_qsslkey: test AES encryption in the 'encrypt' test 2019-03-26 13:08:16 +00:00
qsslsocket tst_qsslsocket: fix racy test 2019-03-26 13:08:18 +00:00
qsslsocket_onDemandCertificates_member Convert tst_qsslsocket_*_static/member auto-tests 2019-03-01 10:20:07 +00:00
qsslsocket_onDemandCertificates_static Convert tst_qsslsocket_*_static/member auto-tests 2019-03-01 10:20:07 +00:00
ssl.pro Add tst_QOcsp auto-test 2018-12-06 05:14:45 +00:00