diff options
author | Matt Clay <matt@mystile.com> | 2019-03-05 11:58:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-05 11:58:13 -0800 |
commit | a8d829d9c3c34347996b7ef9b878be60579f8a12 (patch) | |
tree | 110d91208473d02f213c9765038b156f120a0c68 /.gitignore | |
parent | 44b347aef515c7da225ec905380c936efe4d0bb6 (diff) | |
download | ansible-a8d829d9c3c34347996b7ef9b878be60579f8a12.tar.gz |
Add timeout support to ansible-test. (#53302)
* Add timeout support to ansible-test.
* Fix ansible-test tar filename filter bug.
* Update timeouts used on Shippable.
* Kill subprocesses when parent process terminates.
* Require explicit use of env --show option.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d93ebbdc62..76b764b9df 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ test/units/.coverage.* /test/integration/cloud-config-azure.yml /SYMLINK_CACHE.json changelogs/.plugin-cache.yaml +.ansible-test-timeout.json |