Skip to content

Commit 87c283b

Browse files
committed
increase delay
1 parent a3cf834 commit 87c283b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workers/tests/consumption_tests/test_linux_consumption.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def test_http_no_auth(self):
5353
"AzureWebJobsStorage": self._storage,
5454
"SCM_RUN_FROM_PACKAGE": self._get_blob_url("HttpNoAuth")
5555
})
56-
## wait 1 minute for container to be ready
57-
sleep(60)
56+
## wait 2 minutes for container to be ready
57+
sleep(120)
5858
req = Request('GET', f'{ctrl.url}/api/GetEnvVariables')
5959
resp = ctrl.send_request(req)
6060
print("Response text: %s", resp.text)

0 commit comments

Comments
 (0)