Skip to content

Commit

Permalink
Bump status download wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 10, 2025
1 parent e9a2099 commit edcc9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/globus_hpss.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def execute_transfer_data(self, transfer_set: Dict[str, Any], has_rstprod: bool)
logger.debug(f"{complete_count} files transferred in {wait_time} seconds.")

# Sleep a couple more seconds to ensure all status files finish transferring
sleep(2)
sleep(5)

# Write out the log file if it is present
if log_read:
Expand Down

0 comments on commit edcc9c3

Please sign in to comment.