Skip to content

Commit

Permalink
increase sleep as the test is fragile with the current value (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell authored and glum23 committed Apr 17, 2019
1 parent c3a5d89 commit 8bb2397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf-docker-test/features/metadata-1.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Scenario: update expired metadata on first dnf update
| Package | Tag | Value |
| foo | Version | 2 |
#Ensure metadata are expired
And I successfully run "sleep 1s"
And I successfully run "sleep 2s"
And I successfully run "dnf update"
And I successfully run "dnf list all foo\*"
Then the command stdout should match regexp "foo.noarch\s+2-1"

0 comments on commit 8bb2397

Please sign in to comment.