We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c49b24 + 5e43a86 commit ff176b7Copy full SHA for ff176b7
test/ZammadAPIClient/Resource/AbstractBaseTest.php
@@ -16,7 +16,10 @@ abstract class AbstractBaseTest extends TestCase
16
17
public static function setUpBeforeClass()
18
{
19
- $client_config = [];
+ $client_config = [
20
+ # Set a high timeout for tests to work with slow CI.
21
+ 'timeout' => 30,
22
+ ];
23
24
$env_keys = [
25
'url' => 'ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_URL',
0 commit comments