[libsoup/wip/ci-test] test



commit 96cbf5210b6e47f7cc517c8b89b93e4e4075e5a2
Author: Patrick Griffis <pgriffis igalia com>
Date:   Wed May 26 13:13:39 2021 -0500

    test

 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 f133179e..2a272aa1 100755
--- a/tests/http2-server.py
+++ b/tests/http2-server.py
@@ -42,7 +42,7 @@ async def index():
 @app.route('/slow')
 async def slow():
     set_timeout()
-    await asyncio.sleep(1)
+    # await asyncio.sleep(1)
     return 'Hello world'
 
 @app.route('/no-content')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]