summaryrefslogtreecommitdiff
path: root/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-10 11:20:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-10 11:20:21 +0000
commit92e45d8c110d3b9403a141d225037f2c8ed90450 (patch)
tree550e556281d9240286506408de04a62012fd3c5e /dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch
parent8b5117492cefbaa1f87e1d83af097fd82c768674 (diff)
gentoo auto-resync : 10:12:2023 - 11:20:21
Diffstat (limited to 'dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch')
-rw-r--r--dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch b/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch
index d8348818164d..0b2ac120402e 100644
--- a/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch
+++ b/dev-python/argcomplete/files/argcomplete-3.1.6-timeout.patch
@@ -2,10 +2,7 @@ diff --git a/test/test.py b/test/test.py
index c89912a..eedfe36 100755
--- a/test/test.py
+++ b/test/test.py
-@@ -1359,7 +1359,7 @@ class TestBashGlobal(TestBash):
- if sys.platform == "darwin":
- # Work around https://stackoverflow.com/questions/24257803
- command += ' --install-option="--prefix="'
+@@ -1362,4 +1362,4 @@ class TestBashGlobal(TestBash):
- install_output = self.sh.run_command(command)
+ install_output = self.sh.run_command(command, timeout=300)
self.assertEqual(self.sh.run_command("echo $?"), "0\r\n", install_output)