Skip to content

Commit 87746ee

Browse files
committed
CAT-1208 : Fix CI to failures
1 parent 1199efe commit 87746ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def mount_iso(opts = {})
9494
drive_letter => '#{drive_letter}',
9595
}
9696
MANIFEST
97-
retry_on_error_matching(20, 5, %r{apply manifest failed}) do
97+
retry_on_error_matching(10, 5, %r{apply manifest failed}) do
9898
Helper.instance.apply_manifest(pp)
9999
end
100100
end
@@ -167,7 +167,7 @@ def install_sqlserver(features)
167167
windows_feature_source => 'I:\\sources\\sxs',
168168
}
169169
MANIFEST
170-
retry_on_error_matching(20, 5, %r{apply manifest failed}) do
170+
retry_on_error_matching(10, 5, %r{apply manifest failed}) do
171171
Helper.instance.apply_manifest(pp)
172172
end
173173
end

0 commit comments

Comments
 (0)