Skip to content

Commit

Permalink
test(compatibility-suite): Fix compatibility suite v1 hang
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Mar 5, 2024
1 parent ea5b939 commit 64a699d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compatibility-suite/tests/Service/PactBroker.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function publish(int $id): void

public function start(): void
{
exec('docker run --rm --publish 9292:9292 --detach --env PACT_BROKER_DATABASE_URL=sqlite:////tmp/pact_broker.sqlite3 --name pact-broker pactfoundation/pact-broker:latest');
exec('docker run --rm --publish 9292:9292 --detach --env PACT_BROKER_DATABASE_URL=sqlite:////tmp/pact_broker.sqlite3 --name pact-broker pactfoundation/pact-broker:2.117.1-pactbroker2.109.1');
while (true) {
try {
$response = $this->client->get('http://localhost:9292/diagnostic/status/heartbeat', ['http_errors' => false]);
Expand Down

0 comments on commit 64a699d

Please sign in to comment.