[libsoup/wip/ci-test] test 2
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/ci-test] test 2
- Date: Wed, 26 May 2021 18:19:23 +0000 (UTC)
commit fbda34b4224980e83de5c161866313a2b57bcb42
Author: Patrick Griffis <pgriffis igalia com>
Date: Wed May 26 13:19:21 2021 -0500
test 2
tests/http2-server.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/tests/http2-server.py b/tests/http2-server.py
index 2a272aa1..d010f601 100755
--- a/tests/http2-server.py
+++ b/tests/http2-server.py
@@ -21,7 +21,6 @@ loop = None
def set_timeout():
global timer_handle
- sys.stderr.write('set_timeout, {}\n'.format('ASAN_OPTIONS' in os.environ))
# ASAN is very slow, just don't have a timer.
if 'ASAN_OPTIONS' in os.environ:
return
@@ -42,7 +41,7 @@ async def index():
@app.route('/slow')
async def slow():
set_timeout()
- # await asyncio.sleep(1)
+ await asyncio.sleep(.5)
return 'Hello world'
@app.route('/no-content')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]