diff options
| author | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 12:09:06 -0400 |
|---|---|---|
| committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-09-20 12:10:14 -0400 |
| commit | b74edfb0a1bf5a27a3bba884a0e2275d2f281a65 (patch) | |
| tree | a39344bb9b5fda76b21b55c2e5f6b85b65d1cf27 /test/e2e/config | |
| parent | cc6a85bcde1e7068105502dbc21afbb51b3e70d5 (diff) | |
| download | podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.tar.gz podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.tar.bz2 podman-b74edfb0a1bf5a27a3bba884a0e2275d2f281a65.zip | |
Add support for retrieving system service --timeout
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/config')
| -rw-r--r-- | test/e2e/config/containers.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/config/containers.conf b/test/e2e/config/containers.conf index bbd712254..c33f32ab4 100644 --- a/test/e2e/config/containers.conf +++ b/test/e2e/config/containers.conf @@ -59,6 +59,7 @@ no_hosts=true [engine] network_cmd_options=["allow_host_loopback=true"] +service_timeout=1234 # We need to ensure each test runs on a separate plugin instance... # For now, let's just make a bunch of plugin paths and have each test use one. |
