Skip to content

Commit 58098ec

Browse files
committed
Disable the deadline for the cupy tests
1 parent 2bcc8e6 commit 58098ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_cupy.sh

Lines changed: 1 addition & 1 deletion
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)