1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dominik Riebeling 2021-12-21 18:34:01 +01:00
parent f2798c225a
commit 4eb3f05042

View file

@ -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"