Skip to content

Commit

Permalink
Run for longer on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 14, 2024
1 parent 041a5da commit dd9cb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ jobs:
# Start a TryCP instance
nix develop -c bash -c "source ./scripts/trycp.sh && start_trycp"
# Run the scenario for 5 seconds
RUST_LOG=info nix run .#remote_call_rate -- --targets targets-ci.yaml --instances-per-target 2 --duration 5 --no-progress
# Run the scenario for 30 seconds
RUST_LOG=info nix run .#remote_call_rate -- --targets targets-ci.yaml --instances-per-target 2 --duration 30 --no-progress
# Stop the TryCP instance
nix develop -c bash -c "source ./scripts/trycp.sh && stop_trycp"
Expand Down

0 comments on commit dd9cb8b

Please sign in to comment.