let the test suite complete

This commit is contained in:
Jean-Paul Calderone 2018-07-08 19:06:34 -04:00
parent 97bc77d96b
commit e1686cd891

View File

@ -99,6 +99,9 @@ jobs:
/tmp/artifacts \
"${TAHOE_LAFS_TOX_ENVIRONMENT}" \
"${TAHOE_LAFS_TOX_ARGS}"
# trial output gets directed straight to a log. avoid the circleci
# timeout while the test suite runs.
no_output_timeout: "20m"
- store_test_results: &STORE_TEST_RESULTS
path: "/tmp/artifacts/junit"