Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Jan 21, 2025
1 parent 888d4a0 commit c255b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Common/SnapshotTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private function waitForTraces(string $token, int $numExpectedTraces = 0)
$response = curl_exec($ch);
$traces = json_decode($response, true);
if ($traces && count($traces) === $numExpectedTraces) {
echo json_encode($traces, JSON_PRETTY_PRINT) . PHP_EOL;
return;
}
usleep(100000); // 100ms
Expand Down

0 comments on commit c255b25

Please sign in to comment.