Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/run-tests-jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def main():
short_commit_hash = ghprb_actual_commit[0:7]

# format: http://linux.die.net/man/1/timeout
# must be less than the timeout configured on Jenkins (currently 350m)
tests_timeout = "300m"
# must be less than the timeout configured on Jenkins (currently 400m)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests_timeout = "340m"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're STILL seeing test timeouts. let's bump this to 400m and i'll up the timeout in jenkins to 430m.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woah .. got it ..


# Array to capture all test names to run on the pull request. These tests are represented
# by their file equivalents in the dev/tests/ directory.
Expand Down