From 8bb2397ad54a7c412707c3f043b459a6c6233416 Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Wed, 17 Apr 2019 13:24:28 +0200 Subject: [PATCH] increase sleep as the test is fragile with the current value (#527) --- dnf-docker-test/features/metadata-1.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnf-docker-test/features/metadata-1.feature b/dnf-docker-test/features/metadata-1.feature index 8432a4d79..4c4dbb49f 100644 --- a/dnf-docker-test/features/metadata-1.feature +++ b/dnf-docker-test/features/metadata-1.feature @@ -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"