hurl/integration/tests_ok/delay_option.hurl

10 lines
210 B
Plaintext
Raw Normal View History

2023-09-13 15:40:04 +03:00
# First, start a timer
GET http://localhost:8000/delay-init
HTTP 200
# This request must reach the server at least 1000ms after the first request
GET http://localhost:8000/delay
[Options]
delay: 1000
HTTP 200