suitepad-gmbh / pipette

Flow-Based Programming framework for Elixir
MIT License
21 stars 3 forks source link

FIX: Using the client with long timeouts failed #25

Closed spieker closed 5 years ago

spieker commented 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.