Skip to content

Commit

Permalink
Tests: Increase wait time for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Aug 20, 2017
1 parent 10c3504 commit 3a1dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PostponedProcess : public QObject {
: m_test(test)
, m_args(args)
{
startTimer(1000);
startTimer(2000);
}

protected:
Expand Down

0 comments on commit 3a1dbdb

Please sign in to comment.