Skip to content

Commit

Permalink
slow osx agents need even more time for test_new_policy on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Apr 7, 2022
1 parent 987edd3 commit 2e2b7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test:
# https://github.com/numpy/numpy/blob/maintenance/1.22.x/numpy/_pytesttester.py#L81-L82
{% set label = "'fast'" if aarch64 else "'full'" %}
{% set param = "verbose=1, label=" + label + ", tests=None" %}
{% set extra = "extra_argv=['-k', 'not (" + tests_to_skip + ")', '-nauto', '--timeout=1800', '--durations=50']" %}
{% set extra = "extra_argv=['-k', 'not (" + tests_to_skip + ")', '-nauto', '--timeout=3000', '--durations=50']" %}
- python -c "import numpy, sys; sys.exit(not numpy.test({{ param }}, {{ extra }}))" # [not ppc64le]
# NOTE: test suite is skipped on ppc due to bugs in QEMU code that cause
# CI to fail, even though the tests should run through on native hardware
Expand Down

0 comments on commit 2e2b7b3

Please sign in to comment.