The following code seems to have no effect
`
before {
System.setProperty(“http.ahc:requestTimeout”, “10”)
}
setUp { …
`
I don’t know whether the property key is wrong, whether it is too late to change the configuration once the program is running, or if there is another way.
Cheers
/Martin