Skip to content

Commit

Permalink
refactor: remove the sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Jan 23, 2024
1 parent 61f8b13 commit d6d53b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ run_a9 () {
EXIT_CODE=$ERR_CLI_ERROR
fi

sleep 15 # wait for datadog worker to finish flushing metrics
# sleep 15 # wait for datadog worker to finish flushing metrics

exit $EXIT_CODE
}
Expand Down

0 comments on commit d6d53b4

Please sign in to comment.