aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-fedora.test.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-10 14:04:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-10 14:04:27 +0300
commit4887f43d983898e48feaffc467327bc7fc4e1180 (patch)
tree755e24995452ae20fbddf657e582819de8b27e25 /bpkg/system-package-manager-fedora.test.cxx
parente1c36d138fb38cfe46cb236b87f092810075ef20 (diff)
Add support for fetch timeout to system package managers
Diffstat (limited to 'bpkg/system-package-manager-fedora.test.cxx')
-rw-r--r--bpkg/system-package-manager-fedora.test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/system-package-manager-fedora.test.cxx b/bpkg/system-package-manager-fedora.test.cxx
index 8064d19..11969b3 100644
--- a/bpkg/system-package-manager-fedora.test.cxx
+++ b/bpkg/system-package-manager-fedora.test.cxx
@@ -102,6 +102,7 @@ namespace bpkg
host_triplet,
"" /* arch */,
nullopt /* progress */,
+ nullopt /* fetch_timeout */,
false /* install */,
false /* fetch */,
false /* yes */,
@@ -132,6 +133,7 @@ namespace bpkg
host_triplet,
"" /* arch */,
nullopt /* progress */,
+ nullopt /* fetch_timeout */,
false /* install */,
false /* fetch */,
false /* yes */,
@@ -321,6 +323,7 @@ namespace bpkg
host_triplet,
"" /* arch */,
nullopt /* progress */,
+ nullopt /* fetch_timeout */,
install,
fetch,
false /* yes */,