The Tests for sqlite3 time out and thereby cause phpunit to error. If run locally, the same error as here is encountered:
- gn36\hookup\tests\functional\redirector_test::test_call_redirect
Guzzle\Http\Exception\CurlException: [curl] 28: Operation timed out after 30032 milliseconds with 0 bytes received [url] app.php/versionchecknotifier/redirect/1?sid=ec
The same test being run by itself works fine in the same environment.
Potentially a cross testing effect between multiple functional tests? The test runs a whole 2.9 minutes by itself, while all tests together take only 3.17 minutes.
The Tests for sqlite3 time out and thereby cause phpunit to error. If run locally, the same error as here is encountered:
The same test being run by itself works fine in the same environment.
Potentially a cross testing effect between multiple functional tests? The test runs a whole 2.9 minutes by itself, while all tests together take only 3.17 minutes.