File tree Expand file tree Collapse file tree
tests/serverspec/spec/shared/typo3-solr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11shared_examples 'typo3-solr::service::running' do
22 describe "service solr check" do
3- it "should have running solr daemon" , :retry => 10 , :retry_wait => 3 do
3+ it "should have running solr daemon" , :retry => 20 , :retry_wait => 3 do
44 check_if_service_is_running_stable ( "java" )
55 end
66 end
Original file line number Diff line number Diff line change 11shared_examples 'typo3-solr::test' do
22 describe 'solr-system-status' do
3- it 'solr version should be correct' , :retry => 10 , :retry_wait => 3 do
3+ it 'solr version should be correct' , :retry => 20 , :retry_wait => 3 do
44 content = get_url ( 'http://localhost:8983/solr/admin/info/system?wt=json' )
55 content = JSON . parse ( content )
66
1313 end
1414
1515 describe 'solr-core-status' do
16- it 'solr version should be correct' , :retry => 10 , :retry_wait => 3 do
16+ it 'solr version should be correct' , :retry => 20 , :retry_wait => 3 do
1717 content = get_url ( 'http://localhost:8983/solr/admin/cores?indexInfo=false&wt=json' )
1818 content = JSON . parse ( content )
1919
You can’t perform that action at this time.
0 commit comments