Skip to content

Commit

Permalink
add more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity committed Jan 31, 2024
1 parent 5c0134d commit e88d833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiservice-discovery-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdir -p registry
bazel run //rs/ic-observability/multiservice-discovery -- --targets-dir /home/runner/work/dre/dre/registry &
pid=$!
sleep 120
sleep 300
result=$(curl -sL http://localhost:8000/prom/targets)
kill $pid
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
Expand Down

0 comments on commit e88d833

Please sign in to comment.