Skip to content

Commit

Permalink
Increase timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 26, 2024
1 parent e4dbb96 commit cf97d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/async/ollama/conversation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
@client.close
end

def timeout
60*5
end

let(:conversation) {Async::Ollama::Conversation.new(@client)}

it "can invoke a tool" do
Expand Down

0 comments on commit cf97d1f

Please sign in to comment.