You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since #33285439f95 , CI job
"Integration Tests - minimum" fails (timeout) of some (not all) "invokes
and attaches" tests:
5 failing
1) SAM Integration Tests
SAM runtime: python 3.10 (ZIP)
Starting with a newly created python 3.10 (ZIP) SAM Application...
target=api: invokes and attaches on debug request (F5):
Error: Test length exceeded max duration: 300 seconds
2) SAM Integration Tests
SAM runtime: python 3.10 (ZIP)
Starting with a newly created python 3.10 (ZIP) SAM Application...
target=template: invokes and attaches on debug request (F5):
Error: Test length exceeded max duration: 300 seconds
3) SAM Integration Tests
SAM runtime: go1.x (ZIP)
Starting with a newly created go1.x (ZIP) SAM Application...
target=template: invokes and attaches on debug request (F5):
Error: Test length exceeded max duration: 300 seconds
4) SAM Integration Tests
SAM runtime: python 3.10 (ZIP)
Starting with a newly created python 3.10 (ZIP) SAM Application...
target=template: invokes and attaches on debug request (F5):
Error: Test length exceeded max duration: 300 seconds
5) SAM Integration Tests
SAM runtime: go1.x (Image)
Starting with a newly created go1.x (Image) SAM Application...
target=template: invokes and attaches on debug request (F5):
Error: Test length exceeded max duration: 300 seconds
Solution:
- Increase vscode minimum version to 1.68 (current Cloud9).
- Skip test in "templateRegistry.test.ts". See 8faa551#2622
0 commit comments