We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbbd67 commit 258992eCopy full SHA for 258992e
ads/jobs/templates/driver_utils.py
@@ -413,7 +413,7 @@ def run_command(
413
logger.log(level=level, msg=msg)
414
# Add a small delay so that
415
# outputs from the subsequent code will have different timestamp for oci logging
416
- time.sleep(0.05)
+ time.sleep(0.02)
417
if check and process.returncode != 0:
418
# If there is an error, exit the main process with the same return code.
419
sys.exit(process.returncode)
0 commit comments