Skip to content
Snippets Groups Projects
Commit 05ac6d8d authored by Philippe Canal's avatar Philippe Canal Committed by Axel Naumann
Browse files

Reduce the number of iteration of testInterpreterLock.

This test is also 'stressing' the interpreter and in particular the increase in the number of symbols.  This leads to a noticeable reduction
of the speed of the test (or more exactly the loading/setting up of the test).  In addition some of the nightly run on VM which can
lead to performance variance (at least on this test) of a factor 4.  In a good day on one of 'failing' vm, the 100 iterations takes 400s,
during the nightlies it oftens takes 800s to 1000s ... the timeout limit is 1200s, so it is reached from time to time.
parent 964b647c
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ endif()
ROOT_ADD_GTEST(testTThreadedObject testTThreadedObject.cxx LIBRARIES Hist)
ROOT_ADD_GTEST(testInterpreterLock testInterpreterLock.cxx LIBRARIES Imt REPEATS 100)
ROOT_ADD_GTEST(testInterpreterLock testInterpreterLock.cxx LIBRARIES Imt REPEATS 50)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment