Hello - I'm trying to simulate time out with withF...
# help
s
Hello - I'm trying to simulate time out with withFixedDelay and I set the delay to 10000ms. But it only times out occasionally. And often times the delay is ignored and I get the response normally. How do I make sure, I'm timing it out? Thanks
o
Could you please share your configuration?
s
@Oleg Nenashev I'm sorry - what configuration?
o
WireMock one
s
@Oleg Nenashev you mean the code ?
o
yep, works too
s
@Oleg Nenashev Is this what you asked for? Thanks
@Oleg Nenashev this is how i call the functions basically
o
Would it be possible to have a full test file and Testclient too? Just to avoid making false assumptions. Right now I do not see how the things connect with each other