last one for today - in our `pants.ini` we have: `...
# general
f
last one for today - in our
pants.ini
we have:
Copy code
[test.junit]
timeouts: true
timeout_default: 60
I tried to override that in my test definition with
timeout = None
but it had no effect. Should it?