Skip to content
Snippets Groups Projects
Commit 84950c74 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch '21.2-fix-WebBunchCrossing-tool-test-timeout' into '21.2'

21.2 fix WebBunchCrossingTool test timeout

See merge request atlas/athena!16742

Former-commit-id: 767633b48c933c39a8e5c4cd08b00ce74f87c095
parents a03f8878 ae503b9a
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ int main() {
SIMPLE_CHECK( tool.setProperty( "OutputLevel", MSG::DEBUG ) );
SIMPLE_CHECK( tool.setProperty( "ServerAddress",
"atlas-trigconf.cern.ch" ) );
SIMPLE_CHECK( tool.setProperty( "ServerTimeout", 60000 ) );
// Try to load some configurations by key:
SIMPLE_CHECK( tool.loadConfig( 104 ) );
......
......@@ -67,6 +67,7 @@ int main() {
SIMPLE_CHECK( tool.setProperty( "OutputLevel", MSG::INFO ) );
SIMPLE_CHECK( tool.setProperty( "ServerAddress",
"atlas-trigconf.cern.ch" ) );
SIMPLE_CHECK( tool.setProperty( "ServerTimeout", 60000 ) );
// Loop over the events in the file:
const ::Long64_t entries = event.getEntries();
......
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