Skip to content

Commit 3cbd18d

Browse files
committed
Increase timeout
1 parent 18ecb8a commit 3cbd18d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/CloudTasksApiTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public function test_get_retry_until_timestamp()
161161
$cloudTask = new Task();
162162
$cloudTask->setHttpRequest($httpRequest);
163163

164-
165164
$createdTask = CloudTasksApi::createTask(
166165
$this->client->queueName(
167166
env('CI_CLOUD_TASKS_PROJECT_ID'),
@@ -177,7 +176,7 @@ public function test_get_retry_until_timestamp()
177176
sleep(1);
178177
$secondsSlept += 1;
179178

180-
if ($secondsSlept >= 30) {
179+
if ($secondsSlept >= 180) {
181180
$this->fail('Task took too long to get executed.');
182181
}
183182
}

0 commit comments

Comments
 (0)