Files
bruno/tests/request/settings/collection/timeout.bru
Abhishek S Lal 3fe5299d8e fix: httpbun dependencies removed (#6041)
* fix: standardize URL formatting in insomnia test files

* feat: add mix router for handling custom redirects and cookies

* fix: add validation for redirect count to prevent infinite loops

* fix: update test URLs to use local server and add query parameters for improved testing
2025-11-07 21:55:33 +05:30

18 lines
222 B
Plaintext

meta {
name: timeout-test
type: http
seq: 3
}
get {
url: https://testbench-sanity.usebruno.com/redirect-to-ping
body: none
auth: inherit
}
settings {
followRedirects: false
maxRedirects: 0
timeout: 5
}