Skip to content

Commit 067c3f8

Browse files
committed
run.py: use a default ulimit that allows xapi's tests to pass
Signed-off-by: Pau Ruiz Safont <[email protected]>
1 parent 51f614c commit 067c3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
SRPMS_MOUNT_ROOT = "/tmp/docker-SRPMS"
1919

2020
DEFAULT_BRANCH = '8.3'
21-
DEFAULT_ULIMIT_NOFILE = 1024
21+
DEFAULT_ULIMIT_NOFILE = 4096
2222

2323
RUNNER = os.getenv("XCPNG_OCI_RUNNER")
2424
if RUNNER is None:

0 commit comments

Comments
 (0)