Skip to content

Commit

Permalink
Removed manual wait for session creation
Browse files Browse the repository at this point in the history
  • Loading branch information
maouw committed Sep 28, 2023
1 parent 2b1403b commit 878a150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hyakvnc/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ 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(10) # sleep to wait for apptainer to actually start vncserver

def get_session():
try:
Expand Down

0 comments on commit 878a150

Please sign in to comment.