Skip to content

Commit ef15f95

Browse files
committed
Merge branch 'release' of github.com:asmeurer/array-api-compat into release
2 parents 9755c26 + 58098ec commit ef15f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cupy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tmpdir=$(mktemp -d)
1212
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
1313
export PYTHONPATH=$SCRIPT_DIR
1414

15-
PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci"
15+
PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci --hypothesis-disable-deadline"
1616

1717
cd $tmpdir
1818
git clone https://github.com/data-apis/array-api-tests

0 commit comments

Comments
 (0)