Skip to content

Commit

Permalink
Enable polling on Mac for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed May 19, 2021
1 parent d4840a9 commit cb3710f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/qtests_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main( int argc, char* argv[] )

auto higthlighters = HighlighterSetCollection::getSynced();

#ifdef Q_OS_WIN
#if defined(Q_OS_WIN) || defined (Q_OS_MAC)
config.setPollingEnabled( true );
config.setPollIntervalMs( 1000 );
#else
Expand Down

0 comments on commit cb3710f

Please sign in to comment.