Skip to content

Commit 8932201

Browse files
committed
allow 20 minutes for travis build
1 parent db7a461 commit 8932201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ script:
9191
fi
9292
- libc=${MB_ML_LIBC:-manylinux}
9393
- docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}
94-
- docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
94+
- travis wait docker run --rm -e INTERFACE64="${INTERFACE64}" -e MB_ML_LIBC="${MB_ML_LIBC}" -v $(pwd):/openblas "${docker_image}" /bin/bash -xe /openblas/tools/build_wheel.sh
9595

9696
after_success:
9797
- set +ex

0 commit comments

Comments
 (0)