Mercurial > hg > vamp-plugin-load-checker
comparison src/plugincandidates.cpp @ 33:cf18645ff411
Longer timeout; seems to be necessary sometimes on Windows especially
author | Chris Cannam |
---|---|
date | Sun, 05 Mar 2017 17:15:22 +0000 |
parents | 24b1d94440f5 |
children | 40c6936c2fc9 |
comparison
equal
deleted
inserted
replaced
32:146d42909e71 | 33:cf18645ff411 |
---|---|
173 process.write("\n", 1); | 173 process.write("\n", 1); |
174 } | 174 } |
175 | 175 |
176 QTime t; | 176 QTime t; |
177 t.start(); | 177 t.start(); |
178 int timeout = 3000; // ms | 178 int timeout = 15000; // ms |
179 | 179 |
180 const int buflen = 4096; | 180 const int buflen = 4096; |
181 bool done = false; | 181 bool done = false; |
182 | 182 |
183 while (!done) { | 183 while (!done) { |