Skip to content

Commit 258992e

Browse files
committed
Update driver_utils.py
1 parent 7fbbd67 commit 258992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/jobs/templates/driver_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def run_command(
413413
logger.log(level=level, msg=msg)
414414
# Add a small delay so that
415415
# outputs from the subsequent code will have different timestamp for oci logging
416-
time.sleep(0.05)
416+
time.sleep(0.02)
417417
if check and process.returncode != 0:
418418
# If there is an error, exit the main process with the same return code.
419419
sys.exit(process.returncode)

0 commit comments

Comments
 (0)