Skip to content

Commit

Permalink
Merge pull request #463 from tienvx/fix-compatibility-suite-v1-hang
Browse files Browse the repository at this point in the history
test(compatibility-suite): Fix compatibility suite v1 hang
  • Loading branch information
tienvx authored Mar 5, 2024
2 parents ea5b939 + 64a699d commit 72494b5
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 72494b5

Please sign in to comment.