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.
1 parent 18ecb8a commit 3cbd18dCopy full SHA for 3cbd18d
tests/CloudTasksApiTest.php
@@ -161,7 +161,6 @@ public function test_get_retry_until_timestamp()
161
$cloudTask = new Task();
162
$cloudTask->setHttpRequest($httpRequest);
163
164
-
165
$createdTask = CloudTasksApi::createTask(
166
$this->client->queueName(
167
env('CI_CLOUD_TASKS_PROJECT_ID'),
@@ -177,7 +176,7 @@ public function test_get_retry_until_timestamp()
177
176
sleep(1);
178
$secondsSlept += 1;
179
180
- if ($secondsSlept >= 30) {
+ if ($secondsSlept >= 180) {
181
$this->fail('Task took too long to get executed.');
182
}
183
0 commit comments