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:
parent
a5754ab0bb
commit
819016960d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user