Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5362
to look at the new patch set (#4).
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 locally with a forced timeout.
Change-Id: Ibd2a1b7fd7e7e8b2a8ddef9413dc7a863f1968e2
---
M python/pytest.ini
M python/setup.py
2 files changed, 4 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/5362/4
--
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: 4
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins