Int was too large.
This commit is contained in:
parent
2b451097eb
commit
8c07d88c17
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class TestSendFile : public QObject
|
|||
ft->start();
|
||||
dj->start();
|
||||
|
||||
QVERIFY(spyTransfer.count() || spyTransfer.wait(10000000000000000000));
|
||||
QVERIFY(spyTransfer.count() || spyTransfer.wait(1000000000));
|
||||
|
||||
if (ft->error()) qWarning() << "fterror" << ft->errorString();
|
||||
|
||||
|
|
Loading…
Reference in a new issue