Skip to content

Commit

Permalink
[Lambda] Update multi-node timeout for lambda (#3889)
Browse files Browse the repository at this point in the history
Update lambda timeout
  • Loading branch information
romilbhardwaj authored Aug 29, 2024
1 parent 13f54eb commit 9323dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
clouds.AWS: 90,
clouds.Azure: 90,
clouds.GCP: 240,
clouds.Lambda: 150,
clouds.Lambda: 300,
clouds.IBM: 160,
clouds.OCI: 300,
clouds.Paperspace: 600,
Expand Down

0 comments on commit 9323dc8

Please sign in to comment.