Skip to content

Commit

Permalink
Increase timeout in emulator_http_transport
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jun 3, 2024
1 parent 4c5d3b6 commit c2dfb18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl Exchange for EmulatorHttpTransport {
let resp: Response = HttpClient::new()
.post(&self.url)
.headers(headers)
.timeout(Duration::from_secs(20))
.timeout(Duration::from_secs(25))
.json(&request)
.send()
.await
Expand Down

0 comments on commit c2dfb18

Please sign in to comment.