Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Http2Adapter Test error #838

Closed
350054665 opened this issue Jun 23, 2020 · 2 comments
Closed

Http2Adapter Test error #838

350054665 opened this issue Jun 23, 2020 · 2 comments

Comments

@350054665
Copy link

test("Http2 Test", () async {
  var dio = Dio()
  ..options.baseUrl = "https://www.ustc.edu.cn/"

// ;
..httpClientAdapter = Http2Adapter(ConnectionManager(idleTimeout: 5000));

Response<String> response;
response = await dio.get("2062/list.htm");
print(response.data);
expect(response.statusCode, 200);
});

TimeoutException after 0:00:30.000000: Test timed out after 30 seconds

Do not add Http2Adapter, is OK.

@hongyiweiwu
Copy link
Contributor

#760

@stale
Copy link

stale bot commented Jul 27, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.

@stale stale bot added the stale label Jul 27, 2020
@stale stale bot closed this as completed Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants