diff --git a/tests/net/webrequest.cpp b/tests/net/webrequest.cpp index 207c053bcc..17a2fe26da 100644 --- a/tests/net/webrequest.cpp +++ b/tests/net/webrequest.cpp @@ -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(); }