Closed spieker closed 5 years ago
When using the Pipette.Client with a timeout bigger than 5s, the default timeout of Task.await kicks in. This PR fixes it.
Pipette.Client
Task.await
When using the
Pipette.Client
with a timeout bigger than 5s, the default timeout ofTask.await
kicks in. This PR fixes it.