Skip to content

Extend timeout of test http2-body-stream

Eric Long requested to merge hacker/libsoup:master into master

The test previously timed out on Debian buildd on riscv64 (full log):

=================================== 34/38 ====================================
test:         http2-body-stream-test
start time:   09:04:39
duration:     300.19s
result:       killed by signal 15 SIGTERM
command:      G_TEST_BUILDDIR=/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/tests G_DEBUG=gc-friendly LD_LIBRARY_PATH=/<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/libsoup MALLOC_PERTURB_=71 G_TEST_SRCDIR=/<<PKGBUILDDIR>>/tests MALLOC_CHECK_=2 /<<PKGBUILDDIR>>/obj-riscv64-linux-gnu/tests/http2-body-stream-test --debug
----------------------------------- stdout -----------------------------------
# random seed: R02S0e6b0df729563a8744ab77e1a69ad6b1
# GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation gnutls (GTlsBackendGnutls) for ‘gio-tls-backend’
1..3
# Start of body_stream tests
==============================================================================

The patch is also merged into Debian package repository: BTS

Merge request reports