Skip to content

Commit

Permalink
Up paperspace MAX_POLLS_FOR_UP_OR_STOP (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPhinix authored Oct 10, 2024
1 parent 5491cf3 commit 292febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/provision/paperspace/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
POLL_INTERVAL = 5
MAX_POLLS = 60 // POLL_INTERVAL
# Stopping instances can take several minutes, so we increase the timeout
MAX_POLLS_FOR_UP_OR_STOP = MAX_POLLS * 8
MAX_POLLS_FOR_UP_OR_STOP = MAX_POLLS * 16

logger = sky_logging.init_logger(__name__)

Expand Down

0 comments on commit 292febc

Please sign in to comment.