tsocket: Increase tcp_user_timeout max_loops
authorAndrew Bartlett <abartlet@samba.org>
Wed, 8 Mar 2023 21:06:26 +0000 (10:06 +1300)
committerJule Anger <janger@samba.org>
Wed, 5 Apr 2023 10:40:13 +0000 (10:40 +0000)
commit1a119c757df4a41407738206e96f6834dd3ae6ff
tree2bad0608bb3f48cc790514a921f7578955a3e74e
parentf968514c4d45cd89ea94196ef1b9487447262915
tsocket: Increase tcp_user_timeout max_loops

Often, on rackspace GitLab CI runners, we get:

UNEXPECTED(failure): samba.unittests.tsocket_tstream.test_tstream_more_tcp_user_timeout_spin(none)
REASON: Exception: Exception: 0xf == 0xf
../../lib/tsocket/tests/test_tstream.c:405: error: Failure!

This allows us more spins before we fail the test.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15328
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
(cherry picked from commit 5a7a28cc45870949fc11d30586a06c309aa517dc)
lib/tsocket/tests/test_tstream.c