mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
Fix hanging tests
This commit is contained in:
@@ -326,7 +326,7 @@ impl ClientBuilder {
|
||||
None => http_client
|
||||
.send(
|
||||
get_supported_versions::Request::new(),
|
||||
None,
|
||||
Some(RequestConfig::short_retry()),
|
||||
[MatrixVersion::V1_0].into_iter().collect(),
|
||||
)
|
||||
.await?
|
||||
|
||||
Reference in New Issue
Block a user