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 7dc4596 commit dac8517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ 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")
logger.info("Apptainer instance started running. Waiting for VNC session to start")

def get_session():
try:
Expand Down

0 comments on commit dac8517

Please sign in to comment.