Skip to content

Commit

Permalink
Disable the deadline for the cupy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Jan 19, 2024
1 parent 2bcc8e6 commit 58098ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cupy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tmpdir=$(mktemp -d)
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
export PYTHONPATH=$SCRIPT_DIR

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

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

0 comments on commit 58098ec

Please sign in to comment.