Skip to content

Commit

Permalink
Added a little waiting back
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 28, 2023
1 parent 878a150 commit 7dc4596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def create_node_signal_handler(signal_number, frame):

logger.info("Waiting for Apptainer instance to start running")
if wait_for_file(str(instance_file), timeout=app_config.sbatch_post_timeout):
time.sleep(2)
logger.info("Apptainre instance started running. Waiting for VNC session to start")

def get_session():
try:
Expand Down

0 comments on commit 7dc4596

Please sign in to comment.