Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix: integration test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-li committed Jul 25, 2023
1 parent 1ee8aa1 commit 6e4499f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/jcloud/test_app_timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
async def test_timeout():
timeout = 60
async with deploy_jcloud_app(timeout=timeout) as app_id:
time.sleep(60)
_test_http_route(app_id, timeout)
await _test_ws_route(app_id, timeout)

Expand Down

0 comments on commit 6e4499f

Please sign in to comment.