From 4eb3f05042608aeaf359bcfd177525ed8052d6eb Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 21 Dec 2021 18:34:01 +0100 Subject: rbutil: Increase test timeout value for HttpGet tests. The test timeout is used to abort the tests if something goes wrong and should not occur during normal test run. On some systems the current value is too small, causing a timeout and thus test failure before HttpGet responds. Increasing the timeout fixes this. Change-Id: Ib61dd97d9f866c03cca9d2f0d7cb151f7076410d --- utils/rbutilqt/test/test-httpget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/rbutilqt/test/test-httpget.cpp b/utils/rbutilqt/test/test-httpget.cpp index 144adc62df..62aace0352 100644 --- a/utils/rbutilqt/test/test-httpget.cpp +++ b/utils/rbutilqt/test/test-httpget.cpp @@ -23,7 +23,7 @@ #include "httpget.h" #define TEST_USER_AGENT "TestAgent/2.3" -#define TEST_HTTP_TIMEOUT 1000 +#define TEST_HTTP_TIMEOUT 10000 #define TEST_BINARY_BLOB "\x01\x10\x20\x30\x40\x50\x60\x70" \ "\x80\x90\xff\xee\xdd\xcc\xbb\xaa" -- cgit v1.2.3