{"id":37084742,"url":"https://github.com/cisagov/travis-wait-improved","last_synced_at":"2026-01-14T10:24:06.685Z","repository":{"id":89768489,"uuid":"195432584","full_name":"cisagov/travis-wait-improved","owner":"cisagov","description":"A tool to help long-running, yet reticent, processes avoid death at the hands of Traivs-CI.","archived":true,"fork":false,"pushed_at":"2020-10-08T17:43:41.000Z","size":335,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-07-23T10:32:21.969Z","etag":null,"topics":["packer","sherpa","travis-ci","travis-wait"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cisagov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-05T15:37:33.000Z","updated_at":"2023-07-26T03:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"619edaf7-a7cd-42cb-b8da-42cd52f997d1","html_url":"https://github.com/cisagov/travis-wait-improved","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cisagov/travis-wait-improved","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2Ftravis-wait-improved","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2Ftravis-wait-improved/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2Ftravis-wait-improved/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2Ftravis-wait-improved/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cisagov","download_url":"https://codeload.github.com/cisagov/travis-wait-improved/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cisagov%2Ftravis-wait-improved/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28417034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:18:03.274Z","status":"ssl_error","status_checked_at":"2026-01-14T10:16:11.865Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["packer","sherpa","travis-ci","travis-wait"],"created_at":"2026-01-14T10:24:05.804Z","updated_at":"2026-01-14T10:24:06.671Z","avatar_url":"https://github.com/cisagov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis-wait-improved 👷🏻‍⏲👍 #\n\n[![GitHub Build Status](https://github.com/cisagov/travis-wait-improved/workflows/build/badge.svg)](https://github.com/cisagov/travis-wait-improved/actions)\n[![Coverage Status](https://coveralls.io/repos/github/cisagov/travis-wait-improved/badge.svg?branch=develop)](https://coveralls.io/github/cisagov/travis-wait-improved?branch=develop)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/cisagov/travis-wait-improved.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/cisagov/travis-wait-improved/alerts/)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/cisagov/travis-wait-improved.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/cisagov/travis-wait-improved/context:python)\n[![Known Vulnerabilities](https://snyk.io/test/github/cisagov/travis-wait-improved/develop/badge.svg)](https://snyk.io/test/github/cisagov/travis-wait-improved)\n[![PyPI](https://img.shields.io/pypi/v/travis-wait-improved.svg)](https://pypi.org/project/travis-wait-improved/)\n\n`travis-wait-improved` is a tool to prevent Travis-CI from thinking a\nlong-running process has stalled.  It will start a child process,\nand pass its output through along with keep-alive messages.\n\nFor example, if you wanted to run a packer build that could take up\nto 30 minutes, you would add the following to your `.travis.yml` file:\n\n```yml\nbefore_deploy:\n  - pip install travis-wait-improved\n\ndeploy:\n  - provider: script\n    script: travis-wait-improved --timeout 30m packer build packer.json\n```\n\n## Requirements ##\n\nPython versions 3.6 and above.  Note that Python 2 *is not* supported.\n\n## Contributing ##\n\nWe welcome contributions!  Please see [here](CONTRIBUTING.md) for\ndetails.\n\n## License ##\n\nThis project is in the worldwide [public domain](LICENSE).\n\nThis project is in the public domain within the United States, and\ncopyright and related rights in the work worldwide are waived through\nthe [CC0 1.0 Universal public domain\ndedication](https://creativecommons.org/publicdomain/zero/1.0/).\n\nAll contributions to this project will be released under the CC0\ndedication. By submitting a pull request, you are agreeing to comply\nwith this waiver of copyright interest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisagov%2Ftravis-wait-improved","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcisagov%2Ftravis-wait-improved","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcisagov%2Ftravis-wait-improved/lists"}