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 a3cf834 commit 87c283bCopy full SHA for 87c283b
workers/tests/consumption_tests/test_linux_consumption.py
@@ -53,8 +53,8 @@ def test_http_no_auth(self):
53
"AzureWebJobsStorage": self._storage,
54
"SCM_RUN_FROM_PACKAGE": self._get_blob_url("HttpNoAuth")
55
})
56
- ## wait 1 minute for container to be ready
57
- sleep(60)
+ ## wait 2 minutes for container to be ready
+ sleep(120)
58
req = Request('GET', f'{ctrl.url}/api/GetEnvVariables')
59
resp = ctrl.send_request(req)
60
print("Response text: %s", resp.text)
0 commit comments