Verified Commit 0603b400 authored by Dave Long's avatar Dave Long
Browse files

test: #3588507 Add #slow to HelpTopicsSyntaxTest and increase concurrency/CPU a bitr.

By: catch
parent 7410fa37
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -503,8 +503,8 @@ default:
  parallel: 4
  variables:
    TESTSUITE: kernel
    KUBERNETES_CPU_REQUEST: "10"
    CONCURRENCY: "20"
    KUBERNETES_CPU_REQUEST: "12"
    CONCURRENCY: "24"
  services:
    - <<: *with-database

+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
 * Verifies that all core Help topics can be rendered and comply with standards.
 */
#[Group('help')]
#[Group('#slow')]
#[RunTestsInSeparateProcesses]
class HelpTopicsSyntaxTest extends KernelTestBase implements NodeVisitorInterface {