We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8faf72c commit 5882a21Copy full SHA for 5882a21
1 file changed
.travis.yml
@@ -53,6 +53,6 @@ install:
53
- conda info -a && conda list
54
script:
55
- pwd
56
-- travis_wait 30 pytest # the cellular atomata test takes over 10 minutes, so we'll give it 30 min
+- travis_wait 50 pytest # the cellular atomata test takes over 10 minutes, and the entire process takes about 30 minutes, so we'll give it 50 min
57
virtualenv:
58
system_site_packages: false
0 commit comments