Skip to content

Commit

Permalink
tests: minor cleanup in ResourceSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Aug 11, 2022
1 parent 0cd912a commit 6368280
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/rptest/services/redpanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,8 @@ def to_cli(self, *, dedicated_node):
])

if self._reactor_stall_threshold is not None:
args.extend([
f"--blocked-reactor-notify-ms={self._reactor_stall_threshold}"
])
args.append(
f"--blocked-reactor-notify-ms={self._reactor_stall_threshold}")

if num_cpus is not None:
args.append(f"--smp={num_cpus}")
Expand Down

0 comments on commit 6368280

Please sign in to comment.