Skip to content

Commit dec8dc2

Browse files
Merge branch 'master' into polish-codes
2 parents bbf0b1a + d2e65c4 commit dec8dc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pineappl_py/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def _download_fk(objname: str) -> None:
214214
args,
215215
stdout=subprocess.DEVNULL,
216216
stderr=subprocess.DEVNULL,
217+
timeout=15,
217218
)
218219
return file_path
219220
except OSError as error:

0 commit comments

Comments
 (0)