Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 28, 2024
1 parent 1e6597a commit f7cae00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ tasks:
env:
ARROW_R_DEV: "TRUE"
image: ubuntu-r-valgrind
timeout: 300 # 5 hours

test-r-linux-rchk:
ci: github
Expand Down Expand Up @@ -1555,10 +1556,11 @@ tasks:
TEST_PYARROW_ONLY: "{{ test_pyarrow_only }}"
NUMPY: "{{ numpy_version }}"
JDK: "{{ jdk_version }}"
fetch_depth: 0
# use the branch-3.0 of spark, so prevent reusing any layers
flags: --no-leaf-cache
image: conda-python-spark
fetch_depth: 0
timeout: 90
{% endfor %}

{% for kind in ["static", "static-system-dependency"] %}
Expand Down

0 comments on commit f7cae00

Please sign in to comment.