bastion-dev / Bastion

Java test library for HTTP APIs
http://bastion.rocks
GNU General Public License v3.0
13 stars 8 forks source link

Added ability to set timeouts for HTTP requests. #47

Closed benjie332 closed 7 years ago

benjie332 commented 7 years ago

Test which exceed the timeout, either during connection, or while receiving data, will fail with an AssertionError.

KPull commented 7 years ago

Hi @benjie332! Welcome to Bastion! Just linking this pull request with issue #14.

KPull commented 7 years ago

Hey @benjie332, do you have any updates on this? Tell me if you need any help.

KPull commented 7 years ago

Ok, @benjie332! I'll try to take a look at the failing test, try to see why it isn't working and get back to you. :)

KPull commented 7 years ago

I've made a minor change to the test, @benjie332. Tell me if it's ok with you and I can merge it to the main development branch.

KPull commented 7 years ago

Got go-ahead from @benjie332 to merge! Merging now. Thanks for your contribution to Bastion, @benjie332! :shipit: