Verified Commit a14b2431 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3543941 by catch, smustgrave: [random test failure]...

Issue #3543941 by catch, smustgrave: [random test failure] OpenTelemetryNodePagePerformanceTest random failure

(cherry picked from commit c3caeb1b)
parent 17459c60
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ protected function testNodePageColdCache(): void {
    // a non-deterministic test since they happen in parallel and therefore post
    // response tasks run in different orders each time.
    $this->drupalGet('node/1');
    // Allow time for image style and aggregate requests to finish.
    sleep(1);
    $this->drupalGet('node/1');
    $this->clearCaches();
    $performance_data = $this->collectPerformanceData(function () {