You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was 1 error:
1) StubServerConsumer\Tests\StubServerTest::testStubServer
Symfony\Component\Process\Exception\ProcessTimedOutException: The process "'/Users/runner/work/pact-php/pact-php/src/PhpPact/Standalone/Installer/Model/../../../../../bin/pact-stub-server/pact-stub-server' '--dir=/Users/runner/work/pact-php/pact-php/example/stub-server/consumer/tests/../_resources' '--extension=json' '--loglevel=debug' '--port=7201'" exceeded the timeout of 60 seconds.
/Users/runner/work/pact-php/pact-php/vendor/symfony/process/Process.php:1150
/Users/runner/work/pact-php/pact-php/vendor/symfony/process/Process.php:460
/Users/runner/work/pact-php/pact-php/src/PhpPact/Standalone/StubService/StubServer.php:39
/Users/runner/work/pact-php/pact-php/example/stub-server/consumer/tests/StubServerTest.php:27
Here is Stub Server's log (nothing special):
2024-05-02T01:36:43.114775Z DEBUG main pact_stub_server::loading: Scanning "/Users/runner/work/pact-php/pact-php/example/stub-server/consumer/tests/../_resources"
2024-05-02T01:36:43.114960Z DEBUG main pact_stub_server::loading: Loading file '"/Users/runner/work/pact-php/pact-php/example/stub-server/consumer/tests/../_resources/someconsumer-someprovider.json"'
2024-05-02T01:36:43.116575Z INFO main pact_stub_server: Loaded 1 pacts (1 total interactions)
2024-05-02T01:36:43.118808Z INFO tokio-runtime-worker pact_stub_server::server: Server started on port 7201
Additional info:
It happen randomly. Retry and it may work.
It happen on Github Actions. I don't have real hardware to verify
Here is error from PHP side:
Here is Stub Server's log (nothing special):
Additional info:
The text was updated successfully, but these errors were encountered: