adelapena commented on pull request #1339:
URL: https://github.com/apache/cassandra/pull/1339#issuecomment-979140856


   It seems that the repeated runs have timed out after 5h. I think we should 
run them with midres to prevent that:
   ```
   .circleci/generate.sh -m \
     -e REPEATED_UTEST_TARGET=test \
     -e REPEATED_UTEST_COUNT=100 \
     -e REPEATED_UTEST_CLASS=View*Test
   ```
   We used that config in CASSANDRA-17122 and it took [around 1 
hour](https://app.circleci.com/pipelines/github/adelapena/cassandra/1134/workflows/ac9d41e6-9ae7-4f9f-8c91-242f89563b1b/jobs/10378).
 If the intention is verifying the stability of the tests in lowres we would 
need to use less repetitions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to