Skip to content

Commit 0efba37

Browse files
committed
Added back second so it wont fail
1 parent 8a5e723 commit 0efba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_encryption_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void TestOpenCryptUI::initTestCase()
3838

3939
messageBoxTimer = new QTimer(this);
4040
connect(messageBoxTimer, &QTimer::timeout, this, &TestOpenCryptUI::closeMessageBoxes);
41-
messageBoxTimer->start(100);
41+
messageBoxTimer->start(1000);
4242
}
4343

4444
void TestOpenCryptUI::cleanupTestCase()

0 commit comments

Comments
 (0)