Collection test. Make timeout 2 minutes.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-11-04 19:42:23 +02:00
parent 4c3f65b0ab
commit 68ef544ac4

View File

@ -69,7 +69,7 @@ protected:
QString TapePath() const;
QString TranslationsPath() const;
int Run(int exit, const QString &program, const QStringList &arguments, int msecs = 30000);
int Run(int exit, const QString &program, const QStringList &arguments, int msecs = 120000);
bool CopyRecursively(const QString &srcFilePath, const QString &tgtFilePath) const;
};