Fix hanging tests

This commit is contained in:
Jonas Platte
2022-03-14 15:08:48 +01:00
parent 7b2dfa39cf
commit 8df7e1cc8b

View File

@@ -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?