Increase wxWebRequest tests timeout

10s seems to often be not long enough for the Travis/AppVeyor machines.
This commit is contained in:
Vadim Zeitlin
2021-01-23 16:46:31 +01:00
parent 949b66c0f5
commit d9d44c8585

View File

@@ -111,7 +111,7 @@ public:
void RunLoopWithTimeout()
{
StartOnce(10000); // Ensure that we exit the loop after 10s.
StartOnce(30000); // Ensure that we exit the loop after 30s.
loop.Run();
Stop();
}