From e82e19fcc4e1d355898b7192a7e9e76cd5bed1cd Mon Sep 17 00:00:00 2001
From: Susumu Oda <susumu.oda@cern.ch>
Date: Thu, 23 May 2019 09:04:15 +0200
Subject: [PATCH] Revert the number of events and the number of threads of
 TestSCTDecode. (MR 23367)

---
 .../InDetEventCnv/SCT_RawDataByteStreamCnv/CMakeLists.txt     | 4 ++--
 .../SCT_RawDataByteStreamCnv/share/testSCTDecode.py           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/CMakeLists.txt b/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/CMakeLists.txt
index 8d41a87a08f6..6aeecdbedf1b 100644
--- a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/CMakeLists.txt
+++ b/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/CMakeLists.txt
@@ -36,9 +36,9 @@ atlas_add_component( SCT_RawDataByteStreamCnv
 
 # Run tests:
 atlas_add_test( TestSCTDecode
-                SCRIPT athena.py --threads=3 SCT_RawDataByteStreamCnv/testSCTDecode.py
+                SCRIPT athena.py --threads=5 SCT_RawDataByteStreamCnv/testSCTDecode.py
                 PROPERTIES TIMEOUT 600
-                ENVIRONMENT THREADS=3 )
+                ENVIRONMENT THREADS=5 )
 atlas_add_test( TestSCTEncodeSerial
                 SCRIPT athena.py SCT_RawDataByteStreamCnv/testSCTEncode.py
                 PROPERTIES TIMEOUT 300 )
diff --git a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/share/testSCTDecode.py b/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/share/testSCTDecode.py
index 8f033c9eb733..669b8674ceef 100644
--- a/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/share/testSCTDecode.py
+++ b/InnerDetector/InDetEventCnv/SCT_RawDataByteStreamCnv/share/testSCTDecode.py
@@ -201,7 +201,7 @@ if doPrint:
     print topSequence
 
 # Set the number of events to be processed
-theApp.EvtMax = 6
+theApp.EvtMax = 10
 
 #--------------------------------------------------------------
 # Set output lvl (VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL)
-- 
GitLab