tests: bump memory to 2G

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 720a383f99
commit 333ea7431c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 0.5.11
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Logging implementation for `log` which is configured via environment variable
License: MIT or ASL 2.0
@ -59,6 +59,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.11-2
- Rebuild
* Tue Jul 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.11-1
- Update to 0.5.11

@ -0,0 +1,5 @@
---
standard-inventory-qcow2:
qemu:
# `cargo test` might eat up to 2G.
m: 2G
Loading…
Cancel
Save