Skip to content

Commit

Permalink
Fix multiple rules adjust example in duration spec (#2971)
Browse files Browse the repository at this point in the history
There are multiple rules so `list` should be used instead.
  • Loading branch information
psss authored May 31, 2024
1 parent f1171a6 commit 2cb04b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/tests/duration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ example:
# Use context adjust to scale duration for given arch
duration: 5m
adjust:
duration+: *2
- duration+: *2
when: arch == aarch64
duration+: *0.9
- duration+: *0.9
when: arch == s390x


Expand Down

0 comments on commit 2cb04b6

Please sign in to comment.