Jordan Birdsell has uploaded a new patch set (#2). Change subject: [python] - Add timeouts to Python unit tests ......................................................................
[python] - Add timeouts to Python unit tests This patch adds a global 100 second timeout to all python unit tests. This is consistent with the JUnit configuration. If we find that individual tests need longer than 100 seconds then we can override them. This configuration was tested in patchset 2, however the forced timeout will not be committed to master for obvious reasons. Change-Id: Ibd2a1b7fd7e7e8b2a8ddef9413dc7a863f1968e2 --- M python/kudu/tests/test_scantoken.py M python/setup.cfg M python/setup.py 3 files changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/5362/2 -- To view, visit http://gerrit.cloudera.org:8080/5362 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibd2a1b7fd7e7e8b2a8ddef9413dc7a863f1968e2 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jtbirds...@apache.org> Gerrit-Reviewer: Kudu Jenkins