[libsoup] http2-test: Still keep a longer timeout for asan...
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] http2-test: Still keep a longer timeout for asan...
- Date: Tue, 25 May 2021 15:30:02 +0000 (UTC)
commit 1049aa0a1480b0e8d1c8588b4a9a7070631ebd5c
Author: Patrick Griffis <pgriffis igalia com>
Date: Tue May 25 10:29:24 2021 -0500
http2-test: Still keep a longer timeout for asan...
tests/http2-server.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/http2-server.py b/tests/http2-server.py
index 2d86c619..5184c600 100755
--- a/tests/http2-server.py
+++ b/tests/http2-server.py
@@ -25,7 +25,7 @@ def set_timeout():
# This timeout just prevents a zombie process from
# running even if a test crashes.
- timer_handle = loop.call_later(10, lambda: sys.exit(0))
+ timer_handle = loop.call_later(20, lambda: sys.exit(0))
@app.route('/')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]