Skip to content

Commit 0075fc8

Browse files
committed
Add travis_wait before Docker integration tests.
These are, for now, expected to be slow.
1 parent 2b1f6c2 commit 0075fc8

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
@@ -29,4 +29,4 @@ jobs:
2929

3030
- stage: Docker integration test
3131
python: '3.8'
32-
script: pytest -v -m docker
32+
script: travis_wait pytest -v -m docker

0 commit comments

Comments
 (0)