We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9755c26 + 58098ec commit ef15f95Copy full SHA for ef15f95
test_cupy.sh
@@ -12,7 +12,7 @@ tmpdir=$(mktemp -d)
12
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
13
export PYTHONPATH=$SCRIPT_DIR
14
15
-PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci"
+PYTEST_ARGS="--max-examples 200 -v -rxXfE --ci --hypothesis-disable-deadline"
16
17
cd $tmpdir
18
git clone https://github.com/data-apis/array-api-tests
0 commit comments