summaryrefslogtreecommitdiffstats
path: root/tests/auto/qitemdelegate/tst_qitemdelegate.cpp
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-08-06 09:59:25 +0200
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2009-08-06 10:42:56 +0200
commit68ad89d69e03731a2a5f7c6c8623b62cc1098e79 (patch)
tree665773409b23070fd6d2e731c3f6527dc4b1c688 /tests/auto/qitemdelegate/tst_qitemdelegate.cpp
parent2be8aa471585d7aff5701c945c83f855ca3bfd59 (diff)
Test fail resolved. Waiting time after dialog.exec() was too short.
Diffstat (limited to 'tests/auto/qitemdelegate/tst_qitemdelegate.cpp')
-rw-r--r--tests/auto/qitemdelegate/tst_qitemdelegate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qitemdelegate/tst_qitemdelegate.cpp b/tests/auto/qitemdelegate/tst_qitemdelegate.cpp
index 6714de3acc..06018b980b 100644
--- a/tests/auto/qitemdelegate/tst_qitemdelegate.cpp
+++ b/tests/auto/qitemdelegate/tst_qitemdelegate.cpp
@@ -1153,7 +1153,7 @@ void tst_QItemDelegate::task257859_finalizeEdit()
QTimer::singleShot(100, &dialog, SLOT(close()));
dialog.exec();
- QTest::qWait(10);
+ QTest::qWait(100);
QVERIFY(!editor);
}