Skip to content

Commit

Permalink
Sleep to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Dec 27, 2024
1 parent c8425b6 commit c4436ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
set -ex
grpc_endpoint=$(cat "infrastructure/quick-deploy/$TYPE/generated/armonik-output.json" | jq -r '.armonik.control_plane_url' | sed -r 's/(http:\/\/)([^:]*)(:.*)/\2/')
echo "grpc-endpoint=$grpc_endpoint" >> "$GITHUB_OUTPUT"
sleep 5
sleep 10
- id: bench
name: Run Bench
Expand Down

0 comments on commit c4436ff

Please sign in to comment.