summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkuzulis <scapig2@yandex.ru>2011-11-19 16:29:17 +0400
committerkuzulis <kuzulis@kuzulis.localdomain>2011-11-19 16:29:17 +0400
commit5f11f5232476ab700d232c3387b99797fc5eec98 (patch)
tree95528887b61cb45bfb8a7926ca99974e4b505e72 /tests
parente9fb9eb8a6a737c2489f84589a3f22546620a67e (diff)
downloadqtserialport-5f11f5232476ab700d232c3387b99797fc5eec98.tar.gz
/tests/guidevtest: For test "IO test" increased timeout to read the
whole data packet to 700 msec.
Diffstat (limited to 'tests')
-rw-r--r--tests/guidevtest/unittests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guidevtest/unittests.h b/tests/guidevtest/unittests.h
index 9723802..0b2fd94 100644
--- a/tests/guidevtest/unittests.h
+++ b/tests/guidevtest/unittests.h
@@ -133,7 +133,7 @@ private slots:
private:
enum {
TransferBytesCount = 500,
- TransactionMsecDelay = 100
+ TransactionMsecDelay = 700
};
int m_rateIterator;