Skip to content

Commit

Permalink
use a more reasonable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Jan 18, 2025
1 parent 867f672 commit c6902da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/runtime/test_stress_remote_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,9 @@ def test_stress_remote_runtime_long_output_with_soft_and_hard_timeout():
assert obs.exit_code == 0

# run stress-ng stress tests for 1 minute
action = CmdRunAction(command='stress-ng --all 1 -t 1m')
action = CmdRunAction(
command='stress-ng --cpu 4 --vm 2 --hdd 1 --fork 8 --timeout 1m --metrics'
)
action.set_hard_timeout(120)
logger.info(action, extra={'msg_type': 'ACTION'})
obs = runtime.run_action(action)
Expand Down

0 comments on commit c6902da

Please sign in to comment.