# HG changeset patch # User Chris Cannam # Date 1488734122 0 # Node ID cf18645ff411a2b292946153109d499fbf69de9f # Parent 146d42909e712134774f0b2a12498b1d841b6e8e Longer timeout; seems to be necessary sometimes on Windows especially diff -r 146d42909e71 -r cf18645ff411 src/plugincandidates.cpp --- a/src/plugincandidates.cpp Thu Feb 23 10:34:56 2017 +0000 +++ b/src/plugincandidates.cpp Sun Mar 05 17:15:22 2017 +0000 @@ -175,7 +175,7 @@ QTime t; t.start(); - int timeout = 3000; // ms + int timeout = 15000; // ms const int buflen = 4096; bool done = false;