Skip to content

Commit

Permalink
remove some of the sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwbrown committed Nov 22, 2023
1 parent f118e30 commit 9f652ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
expect(is_service_running?("datadog-security-agent")).to be_falsey
#restart "datadog-agent"
stop "datadog-agent"
sleep 10

start "datadog-agent"
sleep 30
expect(is_service_running?("datadogagent")).to be_truthy
Expand All @@ -115,7 +115,7 @@


stop "datadog-agent"
sleep 30

expect(is_service_running?("datadogagent")).to be_falsey
expect(is_service_running?("datadog-system-probe")).to be_falsey
expect(is_service_running?("datadog-security-agent")).to be_falsey
Expand Down

0 comments on commit 9f652ea

Please sign in to comment.