1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(ci): increase bsu_test timeout

for slow nodes server causing sporadic failures
This commit is contained in:
Anthony Bilinski 2019-06-27 00:32:27 -07:00
parent a5754ab0bb
commit 819016960d
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -52,7 +52,7 @@ void TestBootstrapNodesUpdater::testOnline()
updater.requestBootstrapNodes();
spy.wait();
spy.wait(10000); // increase wait time for speradic CI failures with slow nodes server
QCOMPARE(spy.count(), 1); // make sure the signal was emitted exactly one time
QList<DhtServer> result = qvariant_cast<QList<DhtServer>>(spy.at(0).at(0));
QVERIFY(result.size() > 0); // some data should be returned