Botium integration with ci cd pipelines

Hi,
Can we keep the WAIT parameters longer than 60 seconds? If we can, how can we do it?
My request is like this;
curl --output test.xml https://aaaa.botiumbox.com/api/triggerbuild/Test?APIKEY=apikey&WAIT=1&BUILDID=somebuildid&REPORTER=junit
After 60 seconds, it stopped and i did not get the test reports. I want to see the results on my pipeline. But there are too many tests inside of it and it needs more time.